Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
chore: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciagarcia committed Oct 4, 2016
1 parent 6f1e2e3 commit 9309da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
var location = getLocation(lgas, states, zones, stockCount);
var locationThresholds = void 0;
if (location && location.level === 'zone') {
locationThresholds = _this2.thresholdsService.calculateThresholds(location, stockCount, products, requiredAllocations[location._id]);
// Temporary fix for https://github.com/fielded/nav-integrated-national-dashboard/issues/265
// This should be removed when https://github.com/fielded/nav-etl/issues/136 is fixed
locationThresholds = _this2.thresholdsService.calculateThresholds(location, stockCount, products, requiredAllocations[location._id], { version: 'last' });
} else {
locationThresholds = _this2.thresholdsService.calculateThresholds(location, stockCount, products);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9309da6

Please sign in to comment.