diff --git a/client/src/js/components/bhInfo.js b/client/src/js/components/bhInfo.js new file mode 100644 index 0000000000..37c2a48ea3 --- /dev/null +++ b/client/src/js/components/bhInfo.js @@ -0,0 +1,15 @@ +angular.module('bhima.components') + .component('bhInfo', { + template : + ' ' + + ' ', + bindings : { + template: '@', + direction: '@' + } + }); diff --git a/client/src/partials/patient_invoice/patientInvoice.html b/client/src/partials/patient_invoice/patientInvoice.html index 3a606cc437..50db10538a 100644 --- a/client/src/partials/patient_invoice/patientInvoice.html +++ b/client/src/partials/patient_invoice/patientInvoice.html @@ -46,13 +46,7 @@ @@ -189,29 +183,27 @@