mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Fix translate time_log_batch.js
This commit is contained in:
@@ -25,7 +25,7 @@ $.extend(cur_frm.cscript, {
|
|||||||
}[doc.status]);
|
}[doc.status]);
|
||||||
|
|
||||||
if(doc.status=="Submitted") {
|
if(doc.status=="Submitted") {
|
||||||
cur_frm.add_custom_button("Make Sales Invoice", function() { cur_frm.cscript.make_invoice() },
|
cur_frm.add_custom_button(wn._("Make Sales Invoice"), function() { cur_frm.cscript.make_invoice() },
|
||||||
"icon-file-alt");
|
"icon-file-alt");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user