mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
fix: formatted
This commit is contained in:
parent
41a67cc864
commit
02adcb4610
@ -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() >
|
||||||
|
@ -122,7 +122,6 @@
|
|||||||
"section": "Features"
|
"section": "Features"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"fieldname": "enableCouponCode",
|
"fieldname": "enableCouponCode",
|
||||||
"label": "Enable Coupon Code",
|
"label": "Enable Coupon Code",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
|
Loading…
Reference in New Issue
Block a user