Skip to content

Commit

Permalink
Merge pull request #457 from bcgov/MALS2-16_Auto_Check_Print_License
Browse files Browse the repository at this point in the history
Auto check print licence on renewal
  • Loading branch information
barrfalk authored Mar 19, 2024
2 parents 6774dbd + 04cee7c commit 1e145e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export default function LicenceDetailsViewEdit({ licence }) {
break;
case "printLicence":
printLicence = value;
setIsPrintLicenceChecked(value);
break;
case "renewalNotice":
renewalNotice = value;
Expand Down

0 comments on commit 1e145e3

Please sign in to comment.