2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 07:12:21 +00:00

fix: formatted

This commit is contained in:
AbleKSaju 2024-09-18 11:09:44 +05:30
parent 41a67cc864
commit 02adcb4610
2 changed files with 1 additions and 2 deletions

View File

@ -916,7 +916,7 @@ export function canApplyPricingRule(
) { ) {
return false; return false;
} }
if ( if (
pricingRuleDoc.validTo && pricingRuleDoc.validTo &&
new Date(sinvDate.setHours(0, 0, 0, 0)).toISOString() > new Date(sinvDate.setHours(0, 0, 0, 0)).toISOString() >

View File

@ -122,7 +122,6 @@
"section": "Features" "section": "Features"
}, },
{ {
"fieldname": "enableCouponCode", "fieldname": "enableCouponCode",
"label": "Enable Coupon Code", "label": "Enable Coupon Code",
"fieldtype": "Check", "fieldtype": "Check",