[buying/selling] fixes after responsive merge

This commit is contained in:
Anand Doshi
2013-05-28 18:54:48 +05:30
parent 5d74c82c06
commit d0b007235d
4 changed files with 86 additions and 42 deletions

View File

@@ -158,6 +158,10 @@ erpnext.TransactionController = wn.ui.form.Controller.extend({
this.calculate_taxes_and_totals();
},
calculate_charges: function() {
this.calculate_taxes_and_totals();
},
included_in_print_rate: function(doc, cdt, cdn) {
var tax = wn.model.get_doc(cdt, cdn);
try {