Skip to content

Commit

Permalink
Merge pull request #233 from jorux/patch-1
Browse files Browse the repository at this point in the history
Update sales_invoice.js
  • Loading branch information
monroy95 authored May 11, 2021
2 parents 9de5bbc + 8dec38c commit f278112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factura_electronica/public/js/sales_invoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ function btn_canceller(frm) {
fieldtype: 'Data',
reqd: 1
}],
primary_action_label: _('Submit'),
primary_action_label: ('Submit'),
primary_action(values) {
frappe.call({
method: 'factura_electronica.fel_api.invoice_canceller',
Expand Down

0 comments on commit f278112

Please sign in to comment.