mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
Fixed: Create account closing entry - API request not passing closing date
This commit is contained in:
parent
dd26fdfc47
commit
30a02f28bb
@ -1,6 +1,6 @@
|
||||
(function (module) {
|
||||
mifosX.controllers = _.extend(module, {
|
||||
AccountingClosureController: function (scope, resourceFactory, location, anchorScroll, translate, routeParams, dateFilter) {
|
||||
AccountingClosureController: function (scope, resourceFactory, location, translate, routeParams, dateFilter, anchorScroll) {
|
||||
scope.first = {};
|
||||
scope.formData = {};
|
||||
scope.first.date = new Date();
|
||||
@ -55,7 +55,7 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
mifosX.ng.application.controller('AccountingClosureController', ['$scope', 'ResourceFactory', '$location', '$translate', '$routeParams', 'dateFilter','$anchorScroll', mifosX.controllers.AccountingClosureController]).run(function ($log) {
|
||||
mifosX.ng.application.controller('AccountingClosureController', ['$scope', 'ResourceFactory', '$location', '$translate', '$routeParams', 'dateFilter', '$anchorScroll', mifosX.controllers.AccountingClosureController]).run(function ($log) {
|
||||
$log.info("AccountingClosureController initialized");
|
||||
});
|
||||
}(mifosX.controllers || {}));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user