Browse Source

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

version-14
Vishal Dhayagude 7 years ago
committed by Nabin Hait
parent
commit
42d8ca63fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/model/sync.js

+ 1
- 1
frappe/public/js/frappe/model/sync.js View File

@@ -45,7 +45,7 @@ $.extend(frappe.model, {
} }
} }


if(cur_frm && isPlain) cur_frm.dirty();


} }




Loading…
Cancel
Save