Finally Deployed. Don't know the total amount of changes.
This commit is contained in:
@ -45,13 +45,10 @@ namespace Tanshu.Accounts.PointOfSale.Sales
|
||||
}
|
||||
else
|
||||
{
|
||||
if (voucher.BillID.HasValue)
|
||||
{
|
||||
txtBillID.Text = voucher.BillID.Value.ToString();
|
||||
}
|
||||
txtBillID.Text = voucher.FullBillID;
|
||||
txtKotID.Text = "K-" + voucher.KotID.ToString();
|
||||
txtCreationDate.Text = voucher.CreationDate.ToString("HH:mm dd-MMM-yyyy");
|
||||
txtDate.Text = voucher.Date.Value.ToString("HH:mm dd-MMM-yyyy");
|
||||
txtDate.Text = voucher.Date.ToString("HH:mm dd-MMM-yyyy");
|
||||
txtLastEditDate.Text = voucher.LastEditDate.ToString("HH:mm dd-MMM-yyyy");
|
||||
btnCustomer.Text = voucher.Customer.Name;
|
||||
txtTableID.Text = voucher.Table.Name;
|
||||
|
||||
Reference in New Issue
Block a user