2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00

feat: add price list type

This commit is contained in:
AbleKSaju 2024-11-27 15:15:37 +05:30
parent 97a639e35e
commit a100904a30

View File

@ -15,7 +15,8 @@ export type ModalName =
| 'LoyaltyProgram'
| 'SavedInvoice'
| 'Alert'
| 'CouponCode';
| 'CouponCode'
| 'PriceList';
export type PosEmits =
| 'addItem'