Set at lost translated in quotation (#10652)
This commit is contained in:
parent
2b05e61d58
commit
11355cd3c9
@ -161,7 +161,7 @@ cur_frm.cscript['Make Sales Order'] = function() {
|
|||||||
|
|
||||||
cur_frm.cscript['Declare Order Lost'] = function(){
|
cur_frm.cscript['Declare Order Lost'] = function(){
|
||||||
var dialog = new frappe.ui.Dialog({
|
var dialog = new frappe.ui.Dialog({
|
||||||
title: "Set as Lost",
|
title: __('Set as Lost'),
|
||||||
fields: [
|
fields: [
|
||||||
{"fieldtype": "Text", "label": __("Reason for losing"), "fieldname": "reason",
|
{"fieldtype": "Text", "label": __("Reason for losing"), "fieldname": "reason",
|
||||||
"reqd": 1 },
|
"reqd": 1 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user