commit | 500870b2b0eca0407f06198d497bc7031950bab9 | [log] [tgz] |
---|---|---|
author | rahib-hassan <rahib.hassan10@gmail.com> | Mon Mar 28 15:25:01 2022 +0530 |
committer | rahib-hassan <rahib.hassan10@gmail.com> | Mon Mar 28 15:25:01 2022 +0530 |
tree | f8a09166a17ff4a1d021de894efea47caae0d13f | |
parent | b58b1343bb80f3442f49728e965f834a35d2f257 [diff] |
fix: enable row deletion in reference table
diff --git a/erpnext/accounts/doctype/payment_order/payment_order.js b/erpnext/accounts/doctype/payment_order/payment_order.js index 9074def..7d85d89 100644 --- a/erpnext/accounts/doctype/payment_order/payment_order.js +++ b/erpnext/accounts/doctype/payment_order/payment_order.js
@@ -12,7 +12,6 @@ }); frm.set_df_property('references', 'cannot_add_rows', true); - frm.set_df_property('references', 'cannot_delete_rows', true); }, refresh: function(frm) { if (frm.doc.docstatus == 0) {