Merge pull request #4231 from nabinhait/pos_fix

[fix] Is POS trigger
This commit is contained in:
Nabin Hait 2015-10-26 18:22:04 +05:30
commit e1a478779c

View File

@ -160,6 +160,9 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
me.set_dynamic_labels();
me.calculate_taxes_and_totals();
if(callback_fn) callback_fn();
frappe.after_ajax(function() {
cur_frm.doc.__missing_values_set = false;
})
}
}
});