Fix behavior of mobile receiving when first entering a quantity
i.e. replace default of '1' if user first presses a numeric key, but always append to quantity after that
This commit is contained in:
parent
5eca2347d5
commit
38d623bcf9
2 changed files with 17 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table id="receiving-quantity-keypad-thingy">
|
||||
<table id="receiving-quantity-keypad-thingy" data-changed="false">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>${h.link_to("7", '#', class_='keypad-button ui-btn ui-btn-inline ui-corner-all')}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue