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:
Saqib
2019-11-06 14:41:16 +05:30
committed by Nabin Hait
parent 57f2dce682
commit 01c19d3b93
6 changed files with 32 additions and 8 deletions

View File

@@ -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]]);
}
}