refactor: sider/semgrep
This commit is contained in:
parent
1851232e3c
commit
51d2317bb5
@ -792,7 +792,7 @@ frappe.ui.form.on("UOM Conversion Detail", {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
|
||||||
|
|
||||||
frappe.tour['Item'] = [
|
frappe.tour['Item'] = [
|
||||||
@ -805,7 +805,7 @@ frappe.tour['Item'] = [
|
|||||||
fieldname: "item_code",
|
fieldname: "item_code",
|
||||||
title: __("Item Code"),
|
title: __("Item Code"),
|
||||||
description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " +
|
description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " +
|
||||||
__("For more information click here: ") +
|
__("For more information click here:") + " " +
|
||||||
"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-codification' target='_blank'>Item Codification</a>" +
|
"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-codification' target='_blank'>Item Codification</a>" +
|
||||||
__("."),
|
__("."),
|
||||||
},
|
},
|
||||||
@ -831,4 +831,4 @@ frappe.tour['Item'] = [
|
|||||||
description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations.") + " " +
|
description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations.") + " " +
|
||||||
__("Unselect this for a non-stock item such as a service.")
|
__("Unselect this for a non-stock item such as a service.")
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
@ -108,4 +108,4 @@ frappe.tour['Warehouse'] = [
|
|||||||
title: __("Account"),
|
title: __("Account"),
|
||||||
description: __("This field can be used to set a default account for all transactions with this warehouse.")
|
description: __("This field can be used to set a default account for all transactions with this warehouse.")
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user