[fix] [minor] change_grid_labels

This commit is contained in:
Anand Doshi
2013-08-05 12:16:04 +05:30
parent edfba96ce1
commit 5013dcb12c
2 changed files with 4 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ erpnext.TransactionController = erpnext.stock.StockController.extend({
var company_currency = this.get_company_currency();
this.change_form_labels(company_currency);
this.change_grid_labels(company_currency);
this.frm.refresh_fields();
},
recalculate: function() {