3897-item.fixed-price #940

Merged
carlosjr merged 1 commits from 3897-item.fixed-price into test 2022-04-13 09:33:09 +00:00
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>