Skip to content

Commit

Permalink
Merge pull request #452 from bcgov/MALS2_16_Auto_Check_Print_Licence_…
Browse files Browse the repository at this point in the history
…On_Renewal

Auto Check Print License on License Renew
  • Loading branch information
barrfalk authored Mar 19, 2024
2 parents 3c1af27 + fbbe92f commit e372e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function LicenceDetailsViewEdit({ licence }) {
<Col sm={2}>
<Button
type="button"
onClick={onRenew}
onClick={[onRenew, onLicenceDetailsCheckboxChange("printLicence", true)]}
disabled={submitting}
variant="secondary"
block
Expand Down

0 comments on commit e372e9d

Please sign in to comment.