We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029fc7a commit ccbe109Copy full SHA for ccbe109
1 file changed
src/Modules/SimplCommerce.Module.Inventory/wwwroot/admin/stock/stock-form.html
@@ -16,7 +16,7 @@ <h2>{{::vm.translate.get('Stock management')}}</h2>
16
</div>
17
18
19
-<table class="table table-striped" st-pipe="vm.getStocks" st-table="vm.stocks">
+<table ng-if="vm.selectedWarehouseId" class="table table-striped" st-pipe="vm.getStocks" st-table="vm.stocks">
20
<thead>
21
<tr>
22
<th>{{::vm.translate.get('Product Name')}}</th>
0 commit comments