Added ST Number to bill.
Fixed error were unprinted bill was not removed from table when voided.
This commit is contained in:
@ -5,7 +5,9 @@ namespace Tanshu.Accounts.Contracts
|
||||
public enum BillItemType
|
||||
{
|
||||
Product,
|
||||
Kot
|
||||
Kot,
|
||||
Information,
|
||||
Total
|
||||
}
|
||||
public class BillItemKey
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user