mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 22:06:52 +00:00
fix: remove unsupported arguments
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
@@ -40,8 +40,6 @@ frappe.ui.form.on("Warehouse", {
|
||||
function () {
|
||||
convert_to_group_or_ledger(frm);
|
||||
},
|
||||
"fa fa-retweet",
|
||||
"btn-default"
|
||||
);
|
||||
|
||||
if (!frm.doc.is_group && frm.doc.__onload && frm.doc.__onload.account) {
|
||||
|
||||
Reference in New Issue
Block a user