Skip to content

Commit

Permalink
Vikram|Kavitha|fix orders tab not loading issue when given targetedTab (
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Jul 9, 2024
1 parent bcc1269 commit 61159d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/orders/initialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ angular.module('bahmni.orders')
return appService.initApp('orders', {'app': true, 'extension': true });
};

return spinner.forPromise(initApp().then(checkPrivilege).then(getConfigs()).then(orderTypeService.loadAll()));
return spinner.forPromise(initApp().then(checkPrivilege).then(getConfigs).then(orderTypeService.loadAll()));
}
]);

0 comments on commit 61159d8

Please sign in to comment.