refactor: open link in new tab (#21910)
This commit is contained in:
parent
e5395c3ae8
commit
07f305a1d6
@ -11,7 +11,7 @@ frappe.tour['Buying Settings'] = [
|
|||||||
{
|
{
|
||||||
fieldname: "supp_master_name",
|
fieldname: "supp_master_name",
|
||||||
title: "Supplier Naming By",
|
title: "Supplier 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 set ") + "<a href='https://docs.erpnext.com/docs/user/manual/en/setting-up/settings/naming-series'>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 set ") + "<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: "buying_price_list",
|
fieldname: "buying_price_list",
|
||||||
|
@ -36,7 +36,7 @@ frappe.tour['Stock Settings'] = [
|
|||||||
{
|
{
|
||||||
fieldname: "valuation_method",
|
fieldname: "valuation_method",
|
||||||
title: __("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'>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: "show_barcode_field",
|
fieldname: "show_barcode_field",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user