ソースを参照

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

version-14
Vishal Dhayagude 7年前
committed by Nabin Hait
コミット
42d8ca63fb
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/public/js/frappe/model/sync.js

+ 1
- 1
frappe/public/js/frappe/model/sync.js ファイルの表示

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

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

}



読み込み中…
キャンセル
保存