[fix] Is POS trigger

This commit is contained in:
Nabin Hait 2015-10-23 17:53:34 +05:30
parent 044c43a5cb
commit 6c6f3789d0

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;
})
}
}
});