[fix] Remove dirty call in sync.js (#4688)

This commit is contained in:
Vishal Dhayagude 2017-12-26 18:25:06 +05:30 committed by Nabin Hait
parent 98036fd018
commit 42d8ca63fb

View file

@ -45,7 +45,7 @@ $.extend(frappe.model, {
}
}
if(cur_frm && isPlain) cur_frm.dirty();
}