Cancel VoucherType was added

This commit is contained in:
Amritanshu Agrawal 2023-03-24 08:45:52 +05:30
parent 47afb7e29c
commit 1297a4e7d2
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ export enum VoucherType {
NoCharge = 2,
Staff = 4,
Void = 8,
Cancel = 16,
}