Skip to content

Commit

Permalink
fix: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Sep 18, 2024
1 parent 03554c9 commit f9f4fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion models/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ export function canApplyPricingRule(
) {
return false;
}

if (
pricingRuleDoc.validTo &&
new Date(sinvDate.setHours(0, 0, 0, 0)).toISOString() >
Expand Down
1 change: 0 additions & 1 deletion schemas/app/AccountingSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"section": "Features"
},
{

"fieldname": "enableCouponCode",
"label": "Enable Coupon Code",
"fieldtype": "Check",
Expand Down

0 comments on commit f9f4fa9

Please sign in to comment.