Skip to content

Commit

Permalink
Update sales_invoice.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jorux authored May 11, 2021
1 parent 9de5bbc commit 8dec38c
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 8dec38c

Please sign in to comment.