mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +00:00
internal issues (#19496)
* fix: user remark mandatory in quick entry but not in form * fix: preview salary slip btn showing in draft and unsaved states * minor: removed unecessay comma * fix: department analytics report showing departments of all companies
This commit is contained in:
@@ -233,7 +233,7 @@ frappe.ui.form.on('Production Plan', {
|
||||
|
||||
if (item_wise_qty) {
|
||||
for (var key in item_wise_qty) {
|
||||
title += __('Item {0}: {1} qty produced, ', [key, item_wise_qty[key]]);
|
||||
title += __('Item {0}: {1} qty produced. ', [key, item_wise_qty[key]]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user