Skip to content

Commit

Permalink
Merge pull request #331 from lomamech/removeOldExchangeRate
Browse files Browse the repository at this point in the history
Remove old exchange rate service.  Closes #67.
  • Loading branch information
jniles committed Apr 19, 2016
2 parents c98fcbb + 31c110a commit 25fa952
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 441 deletions.
108 changes: 0 additions & 108 deletions client/src/js/services/exchange.js

This file was deleted.

4 changes: 2 additions & 2 deletions client/src/partials/exchange/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ angular.module('bhima.controllers')

ExchangeModalController.$inject = [
'ExchangeRateService', 'CurrencyService',
'SessionService', '$uibModalInstance', 'data', 'exchange'
'SessionService', '$uibModalInstance', 'data'
];

function ExchangeModalController(Rates, Currencies, Session, $uibModalInstance, data, exchange) {
function ExchangeModalController(Rates, Currencies, Session, $uibModalInstance, data) {
var vm = this;

// bind variables
Expand Down
3 changes: 0 additions & 3 deletions client/src/partials/stock/loss_record/loss_record.css

This file was deleted.

115 changes: 0 additions & 115 deletions client/src/partials/stock/loss_record/loss_record.html

This file was deleted.

Loading

0 comments on commit 25fa952

Please sign in to comment.