Skip to content

Commit

Permalink
fix(Component): Fix the GUI issue in the bhStockEntryExitType about t…
Browse files Browse the repository at this point in the history
…he reference and label printing
  • Loading branch information
DedrickEnc committed Aug 21, 2017
1 parent bf8466e commit 8498216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/components/bhStockEntryExitType.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function StockEntryExitTypeController() {
};

$ctrl.display = function () {
if ($ctrl.isEntry) {
if ($ctrl.isEntry === true) {
return $ctrl.reference || '';
}
var list = [];
Expand Down

0 comments on commit 8498216

Please sign in to comment.