Set at lost translated in quotation (#10652)

This commit is contained in:
Francisco Roldán 2017-09-04 01:44:58 -03:00 committed by Nabin Hait
parent 2b05e61d58
commit 11355cd3c9

View File

@ -161,7 +161,7 @@ cur_frm.cscript['Make Sales Order'] = function() {
cur_frm.cscript['Declare Order Lost'] = function(){
var dialog = new frappe.ui.Dialog({
title: "Set as Lost",
title: __('Set as Lost'),
fields: [
{"fieldtype": "Text", "label": __("Reason for losing"), "fieldname": "reason",
"reqd": 1 },