Skip to content

Commit

Permalink
fix(bhAddItem): remove unused barcode prop
Browse files Browse the repository at this point in the history
Somehow a barcode binding was added to the bhAddItem.  This commit
removes it.
  • Loading branch information
jniles committed Mar 4, 2022
1 parent 7f7337e commit 5ce45d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/js/components/bhAddItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ angular.module('bhima.components')
bindings : {
callback : '&',
disable : '<?',
barcode : '<?',
},
});

Expand Down

0 comments on commit 5ce45d9

Please sign in to comment.