diff options
author | Holger Cremer <HolgerCremer@gmail.com> | 2018-07-26 20:09:26 +0200 |
---|---|---|
committer | Holger Cremer <HolgerCremer@gmail.com> | 2018-07-26 20:09:26 +0200 |
commit | bb55e121576a5b5d225bfc68c5062f386cc32db9 (patch) | |
tree | 21fe043175183944fe2d9fc0a2e08012c3d195fd /templates/products/index.html | |
parent | 567dadcd9d8816b447591c266c9ffd5a1c290390 (diff) | |
download | serial-barcode-scanner-bb55e121576a5b5d225bfc68c5062f386cc32db9.tar.bz2 |
adds an inventory function
Diffstat (limited to 'templates/products/index.html')
-rw-r--r-- | templates/products/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/products/index.html b/templates/products/index.html index d80adbd..668a44e 100644 --- a/templates/products/index.html +++ b/templates/products/index.html @@ -1,8 +1,6 @@ -<a href="/products/bestbefore">product list with best before dates</a> - <table class="sortable table table-bordered table-striped table-condensed"> <thead> - <tr><th>EAN</th></th><th>Name</th><th>Category</th><th>Amount</th><th>Memberprice</th><th>Guestprice</th></tr> + <tr><th>EAN</th><th>Name</th><th>Category</th><th>Amount</th><th>Memberprice</th><th>Guestprice</th></tr> </thead> <tbody> {{{DATA}}} |