diff --git a/client/src/modules/debtors/groups.list.html b/client/src/modules/debtors/groups.list.html index 74bc826572..85bf9a8958 100644 --- a/client/src/modules/debtors/groups.list.html +++ b/client/src/modules/debtors/groups.list.html @@ -58,7 +58,13 @@
FORM.LABELS.ACCOUNT_NUMBER diff --git a/client/src/modules/patients/groups/groups.html b/client/src/modules/patients/groups/groups.html index 00b40c9a32..7145364254 100644 --- a/client/src/modules/patients/groups/groups.html +++ b/client/src/modules/patients/groups/groups.html @@ -42,7 +42,11 @@ - + FORM.LABELS.PATIENT_LIST diff --git a/client/src/modules/stock/movements/modals/search.modal.js b/client/src/modules/stock/movements/modals/search.modal.js index d218cb4853..ad53c19345 100644 --- a/client/src/modules/stock/movements/modals/search.modal.js +++ b/client/src/modules/stock/movements/modals/search.modal.js @@ -114,7 +114,7 @@ function SearchMovementsModalController(data, Notify, Instance, Flux, $translate if (angular.isDefined(_value)) { // default to the original value if no display value is defined _displayValue = displayValues[key] || lastDisplayValues[key] || _value; - changes.post({ key, value : _value, displayValue : _displayValue }); + changes.post({ key : key, value : _value, displayValue : _displayValue }); } });