Removed Code and BaseCode from Products

Management form almost fixed. Error testing now.
This commit is contained in:
tanshu
2014-12-03 12:43:35 +05:30
parent b1a9d2daae
commit 0456135497
10 changed files with 885 additions and 825 deletions

View File

@ -9,7 +9,7 @@ namespace Tanshu.Accounts.Entities
{
public class Voucher
{
protected Voucher()
public Voucher()
{
Kots = new List<Kot>();
Settlements = new List<VoucherSettlement>();