fix: semgrep, remove trailing and leading whitespaces
This commit is contained in:
parent
95992a7ea5
commit
599c1024a2
@ -20,7 +20,9 @@ frappe.tour['Stock Settings'] = [
|
||||
{
|
||||
fieldname: "item_naming_by",
|
||||
title: __("Item Naming By"),
|
||||
description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a ") + "<a href='https://docs.erpnext.com/docs/user/manual/en/setting-up/settings/naming-series' target='_blank'>Naming Series</a>" + __(" choose the 'Naming Series' option."),
|
||||
description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a") + " " +
|
||||
"<a href='https://docs.erpnext.com/docs/user/manual/en/setting-up/settings/naming-series' target='_blank'>Naming Series</a>" + " " +
|
||||
__("choose the 'Naming Series' option."),
|
||||
},
|
||||
{
|
||||
fieldname: "default_warehouse",
|
||||
@ -30,7 +32,9 @@ frappe.tour['Stock Settings'] = [
|
||||
{
|
||||
fieldname: "valuation_method",
|
||||
title: __("Valuation Method"),
|
||||
description: __("Choose between FIFO and Moving Average Valuation Methods. Click ") + "<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average' target='_blank'>here</a>" + __(" to know more about them.")
|
||||
description: __("Choose between FIFO and Moving Average Valuation Methods. Click") + " " +
|
||||
"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-valuation-fifo-and-moving-average' target='_blank'>here</a>" + " " +
|
||||
__("to know more about them.")
|
||||
},
|
||||
{
|
||||
fieldname: "allow_negative_stock",
|
||||
|
Loading…
x
Reference in New Issue
Block a user