[webshop] territories in price list, taxes, updates in shopping cart settings

This commit is contained in:
Anand Doshi
2013-06-21 17:55:31 +05:30
parent d52b03a8cc
commit 61a2f68bc6
33 changed files with 462 additions and 137 deletions

View File

@@ -384,10 +384,7 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
},
set_dynamic_labels: function() {
var company_currency = this.get_company_currency();
this.change_form_labels(company_currency);
this.change_grid_labels(company_currency);
this._super();
set_sales_bom_help(this.frm.doc);
},