summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-03-06 21:58:16 +0100
committerSebastian Reichel <sre@ring0.de>2013-03-06 21:58:16 +0100
commitaffa473b3cce8f43113d46dbf88dd695abaa44f7 (patch)
treef2d75cd512cb241991c090cf71553fd19f3a36d7 /templates
parent1a2ebec81a74e478f4e2976882451434deb40f7a (diff)
downloadserial-barcode-scanner-affa473b3cce8f43113d46dbf88dd695abaa44f7.tar.bz2
show supplier & best before date in the web interface
Diffstat (limited to 'templates')
-rw-r--r--templates/products/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/products/entry.html b/templates/products/entry.html
index 0cdd4a6..0b5cee7 100644
--- a/templates/products/entry.html
+++ b/templates/products/entry.html
@@ -23,7 +23,7 @@
<h2>Restock</h2>
<table class="table table-bordered table-nonfluid">
- <tr><th>Date</th><th>Amount</th><th>Unit Price</th></tr>
+ <tr><th>Date</th><th>Amount</th><th>Unit Price</th><th>Supplier</th><th>Best before Date</th></tr>
{{{RESTOCKS}}}
</table>