mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09: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',
|
||||
Lead = 'Lead',
|
||||
Party = 'Party',
|
||||
LoyaltyProgram = 'LoyaltyProgram',
|
||||
LoyaltyPointEntry = 'LoyaltyPointEntry',
|
||||
CollectionRulesItems = 'CollectionRulesItems',
|
||||
Payment = 'Payment',
|
||||
PaymentFor = 'PaymentFor',
|
||||
PriceList = 'PriceList',
|
||||
|
Loading…
Reference in New Issue
Block a user