Misc. forgot all changes

Working on Cashier Checkout
This commit is contained in:
unknown
2011-02-05 01:00:55 +05:30
parent 0f323f8fab
commit 1400f42989
32 changed files with 4591 additions and 255 deletions

View File

@ -368,6 +368,7 @@ namespace Tanshu.Accounts.PointOfSale
}
}
bill.Remove(new BillItemKey(billInventory.ProductID, billInventory.Printed == 0));
bill.ReCompact();
ShowAmount();
}