Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-mbs committed Jan 28, 2022
1 parent 9a886c2 commit 3f181e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions www/templates/pages/service/armfood.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h3>Оформление заказа</h3>
<div class="form-group ">
<label for="pfdisc" >Скидка</label>

<input autocomplete="off" zippy="pfdisc" class="form-control " style="width:100px;" pattern="[0-9\.]+">
<input readonly="readonly" zippy="pfdisc" class="form-control " style="width:100px;" pattern="[0-9\.]+">

</div>
<div class="form-group ">
Expand Down Expand Up @@ -338,7 +338,7 @@ <h3>Оформление заказа</h3>

<label for="pfrest" >Здача </label>

<input zippy="pfrest" style="width:100px;" class="form-control " pattern="[0-9\.]+">
<input readonly="readonly" zippy="pfrest" style="width:100px;" class="form-control " pattern="[0-9\.]+">

</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions www/templates_ua/pages/service/armfood.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3>Оформлення замовлення</h3>
<div class="form-group ">
<label for="pfdisc" >Скидка</label>

<input autocomplete="off" zippy="pfdisc" class="form-control " style="width:100px;" pattern="[0-9\.]+">
<input readonly="readonly" zippy="pfdisc" class="form-control " style="width:100px;" pattern="[0-9\.]+">

</div>
<div class="form-group ">
Expand Down Expand Up @@ -333,7 +333,7 @@ <h3>Оформлення замовлення</h3>

<label for="pfrest" >Решта </label>

<input zippy="pfrest" style="width:100px;" class="form-control " pattern="[0-9\.]+">
<input readonly="readonly" zippy="pfrest" style="width:100px;" class="form-control " pattern="[0-9\.]+">

</div>
</div>
Expand Down

0 comments on commit 3f181e5

Please sign in to comment.