mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
feat: update types for loyalty program
This commit is contained in:
parent
4ba91f0f20
commit
f2c10a0724
@ -19,6 +19,9 @@ export enum ModelNameEnum {
|
|||||||
NumberSeries = 'NumberSeries',
|
NumberSeries = 'NumberSeries',
|
||||||
Lead = 'Lead',
|
Lead = 'Lead',
|
||||||
Party = 'Party',
|
Party = 'Party',
|
||||||
|
LoyaltyProgram = 'LoyaltyProgram',
|
||||||
|
LoyaltyPointEntry = 'LoyaltyPointEntry',
|
||||||
|
CollectionRulesItems = 'CollectionRulesItems',
|
||||||
Payment = 'Payment',
|
Payment = 'Payment',
|
||||||
PaymentFor = 'PaymentFor',
|
PaymentFor = 'PaymentFor',
|
||||||
PriceList = 'PriceList',
|
PriceList = 'PriceList',
|
||||||
|
Loading…
Reference in New Issue
Block a user