Browse Source

Apr 22 [IMP] : Updated 'base_hospital_management'

pull/278/merge
AjmalCybro 1 year ago
parent
commit
db696a2889
  1. 3
      base_hospital_management/static/src/js/lab_dashboard.js

3
base_hospital_management/static/src/js/lab_dashboard.js

@ -656,7 +656,8 @@ odoo.define('base_hospital_management.lab_dashboard_action', function (require){
`) `)
count += 1; count += 1;
}) })
self.$('#create-button').html('<button class="btn btn-outline-info" id="create" style="margin-left:10px;">Create</button>') self.$('#create-button').html('<button class="btn btn-outline-info" id="create"
style="margin-left:10px;">Create</button>')
}) })
}, },
//Method for getting the data of a particular lab test //Method for getting the data of a particular lab test

Loading…
Cancel
Save