Skip to content

Commit 938e50d

Browse files
comment
1 parent 9549a62 commit 938e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d2h/public/js/delivery_note.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ frappe.ui.form.on("Delivery Note", {
5757
onload: function (frm) {
5858
if (
5959
frappe.user_roles.includes("Store Dept") &&
60-
!frappe.user_roles.includes("Administrator")
60+
!frappe.user_roles.includes("Administrator") // just added for local testing
6161
) {
6262
frm.set_df_property("accounting_dimensions_section", "hidden", true);
6363
frm.set_df_property("currency_and_price_list", "hidden", true);

0 commit comments

Comments
 (0)