mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 07:28:04 +00:00
refactor: rollback for retries and UI alerts
(cherry picked from commit c320288690)
This commit is contained in:
@@ -12,7 +12,7 @@ frappe.ui.form.on("Bulk Transaction Log", {
|
||||
if (frm.doc.failed) {
|
||||
frm.add_custom_button(__('Retry Failed Transactions'), function() {
|
||||
frappe.call({
|
||||
method: "erpnext.utilities.bulk_transaction.retry_failed_transactions",
|
||||
method: "erpnext.utilities.bulk_transaction.retry",
|
||||
args: {date: frm.doc.date}
|
||||
}).then(()=> { });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user