Payment against negative invoice, negative outstanding allocation and much more

This commit is contained in:
Nabin Hait
2016-07-01 15:58:39 +05:30
parent 9db1b223da
commit 56548cbfa2
9 changed files with 362 additions and 131 deletions

View File

@@ -995,6 +995,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
callback: function(r) {
var doclist = frappe.model.sync(r.message);
frappe.set_route("Form", doclist[0].doctype, doclist[0].name);
// cur_frm.refresh_fields()
}
});
}