mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-07 12:33:19 +00:00
fix: unnecessary primary button
This commit is contained in:
@@ -71,7 +71,7 @@ frappe.ui.form.on("Job Card", {
|
|||||||
frm.trigger("make_stock_entry");
|
frm.trigger("make_stock_entry");
|
||||||
},
|
},
|
||||||
__("Create")
|
__("Create")
|
||||||
).addClass("btn-primary");
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user