wangcz пре 7 година
родитељ
комит
56bc84ac52
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor_storage.html

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_storage.html

@@ -1473,7 +1473,7 @@
                                         <span ng-if="list.number === list.shipQty">-</span>
                                         <input type="text" ng-pattern="/^[1-9]\d*$/" ng-model="list.sendCount" ng-change="onAmountChange(list, list.sendCount, 'sendCount', 9)" ng-blur="outBlurSendCount(list, list.sendCount)" ng-if="list.number !== list.shipQty" class="form-control">
                                     </td>
-                                    <td width="80"><span ng-bind="list.taxUnitprice || '-'" title="{{list.taxUnitprice}}"></span></td>
+                                    <td width="80"><span ng-bind="list.taxUnitPrice || '-'" title="{{list.taxUnitPrice}}"></span></td>
                                 </tr>
                             </table>
                         </div>