diff --git a/app/medication/edit/controller.js b/app/medication/edit/controller.js index 9aaa6a6666..21c142449a 100644 --- a/app/medication/edit/controller.js +++ b/app/medication/edit/controller.js @@ -35,7 +35,7 @@ export default AbstractEditController.extend(AddNewPatient, FulfillRequest, Inve prescriptionClass: function() { let quantity = this.get('model.quantity'); if (Ember.isEmpty(quantity)) { - return 'required'; + return 'required test-medication-prescription'; } }.property('model.quantity'), diff --git a/app/reports/edit/template.hbs b/app/reports/edit/template.hbs index 1789130db3..c120ceb334 100644 --- a/app/reports/edit/template.hbs +++ b/app/reports/edit/template.hbs @@ -32,69 +32,69 @@ }} {{/if}} -
-