mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
debit/credit adjustment if there is difference due to rounding
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
var tname = cur_frm.cscript.tname;
|
||||
var fname = cur_frm.cscript.fname;
|
||||
|
||||
|
||||
cur_frm.cscript.get_default_schedule_date = function(doc) {
|
||||
var ch = getchildren( tname, doc.name, fname);
|
||||
if (flt(ch.length) > 0){
|
||||
|
||||
Reference in New Issue
Block a user