summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-05-12 00:02:51 +0200
committerSebastian Reichel <sre@ring0.de>2013-05-12 00:02:51 +0200
commit73969b46fbeafd31d2c0a31f4e4a3c482e2bf2fe (patch)
treebef4a9400baa84bfe2843cc49ba83a888858ec91 /templates
parent8adeb134919488f92bee035cd30d6e55512a5920 (diff)
downloadserial-barcode-scanner-73969b46fbeafd31d2c0a31f4e4a3c482e2bf2fe.tar.bz2
templates: update minimal prices
Diffstat (limited to 'templates')
-rw-r--r--templates/products/entry.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/products/entry.html b/templates/products/entry.html
index 0b5cee7..a7d0d2f 100644
--- a/templates/products/entry.html
+++ b/templates/products/entry.html
@@ -16,7 +16,7 @@
<div id="new_price" style="display: {{{ISADMIN}}};">
<form action="/products/{{{EAN}}}/newprice" class="form-horizontal">
<input class="input-small" name="member" type="number" step="0.01" min="0.01" placeholder="Member" />
- <input class="input-small" name="guest" type="number" step="0.01" min="0.01" placeholder="Guest" />
+ <input class="input-small" name="guest" type="number" step="0.10" min="0.10" placeholder="Guest" />
<button type="submit" class="btn btn-primary">Add new Prices</button>
</form>
</div>
@@ -30,7 +30,7 @@
<div id="restock" style="display: {{{ISADMIN}}};">
<form action="/products/{{{EAN}}}/restock" class="form-horizontal">
<input class="input-small" name="amount" type="number" min="1" placeholder="Amount" title="Amount" />
- <input class="input-small" name="price" type="number" step="0.01" min="0.01" placeholder="Price" title="Price per Piece" />
+ <input class="input-small" name="price" type="number" step="0.01" min="0.00" placeholder="Price" title="Price per Piece" />
<select name="supplier" title="Supplier">
{{{SUPPLIERS}}}
</select>