mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: code format
This commit is contained in:
@@ -96,7 +96,7 @@ frappe.ui.form.on("Material Request", {
|
|||||||
|
|
||||||
transaction_date(frm) {
|
transaction_date(frm) {
|
||||||
prevent_past_schedule_dates(frm);
|
prevent_past_schedule_dates(frm);
|
||||||
frm.set_value('schedule_date', "");
|
frm.set_value("schedule_date", "");
|
||||||
},
|
},
|
||||||
|
|
||||||
set_from_warehouse: function (frm) {
|
set_from_warehouse: function (frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user