delete mapper b4 doctype

This commit is contained in:
nabinhait
2011-07-04 12:18:24 +05:30
parent d4403c3ec8
commit b0c3bfc454
3 changed files with 77 additions and 79 deletions

View File

@@ -224,7 +224,8 @@ SetupData = function(cnty){
['Price List',1,'Price List','','Price list master'],
['UOM',1,'UOM','','Unit of measure (UOM) master'],
['Warehouse Type',1,'Warehouse Type','','Warehouse classifications'],
['Warehouse',1,'Warehouse','','Warehouse master']]};
['Warehouse',1,'Warehouse','','Warehouse master'],
['Landed Cost Master', 1, 'Landed Cost Master', '', 'You can create master template for landed cost wizard']]};
this.buying = {'Buying':[['Supplier Type',1,'Supplier Type','','Manage supplier classifications'],
['Supplier',1,'Supplier','id'+NEWLINE+'supplier_type'+NEWLINE+'supplier_status'+NEWLINE+'company','Supplier master']]};