Merge pull request '3897-item.fixed-price' (#940) from 3897-item.fixed-price into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #940
Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
Carlos Jimenez Ruiz 2022-04-13 09:33:08 +00:00
commit 8f15001440
1 changed files with 0 additions and 7 deletions

View File

@ -66,7 +66,6 @@
<tr ng-repeat="price in prices">
<td shrink-field>
<vn-autocomplete
vn-focus
class="dense"
url="Items/withName"
ng-model="price.itemFk"
@ -170,12 +169,6 @@
ng-click="$ctrl.add()">
</vn-icon-button>
</div>
<vn-pagination
model="model"
class="vn-pt-md"
scroll-selector="vn-item-price-fixed vn-table"
scroll-offset="100">
</vn-pagination>
</slot-table>
</smart-table>
</vn-card>