mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +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 () {
|
function () {
|
||||||
convert_to_group_or_ledger(frm);
|
convert_to_group_or_ledger(frm);
|
||||||
},
|
},
|
||||||
"fa fa-retweet",
|
|
||||||
"btn-default"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!frm.doc.is_group && frm.doc.__onload && frm.doc.__onload.account) {
|
if (!frm.doc.is_group && frm.doc.__onload && frm.doc.__onload.account) {
|
||||||
|
|||||||
Reference in New Issue
Block a user