chore: correct typo
This commit is contained in:
parent
569d0961f2
commit
e2cccc4005
@ -15,7 +15,7 @@ frappe.ui.form.on("Journal Entry", {
|
||||
erpnext.toggle_naming_series();
|
||||
|
||||
if (frm.doc.repost_required && frm.doc.docstatus===1) {
|
||||
frm.set_intro(__("Accounting entries for this invoice need to be reposted. Please click on 'Repost' button to update."));
|
||||
frm.set_intro(__("Accounting entries for this Journal Entry need to be reposted. Please click on 'Repost' button to update."));
|
||||
frm.add_custom_button(__('Repost Accounting Entries'),
|
||||
() => {
|
||||
frm.call({
|
||||
|
Loading…
x
Reference in New Issue
Block a user