mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Set at lost translated in quotation (#10652)
This commit is contained in:
committed by
Nabin Hait
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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user