diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index a8cec0ad12a..5a4519fce58 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -444,12 +444,12 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe frappe.show_alert({ message: __('Row #{0}: Qty increased by 1', [idx]), indicator: 'green' - }); + }, 5); } else { frappe.show_alert({ message: __('Row #{0}: Item added', [idx]), indicator: 'green' - }); + }, 5); } }