Skip to content

Commit

Permalink
Clean and sanitaze code
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jun 21, 2021
1 parent dc0fbbc commit 2ce2d92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SearchStockRequisitionModalController.$inject = [
'SearchModalUtilService', 'NotifyService', '$translate',
];

function SearchStockRequisitionModalController(data, util, Store, Instance, Periods, Stock, SearchModal, Notify,
function SearchStockRequisitionModalController(data, util, Store, Instance, Periods, Stock, SearchModal, Notify,
$translate) {
const vm = this;
const changes = new Store({ identifier : 'key' });
Expand Down

0 comments on commit 2ce2d92

Please sign in to comment.