summaryrefslogtreecommitdiff
path: root/httemplate/browse/discount.html
diff options
context:
space:
mode:
authorivan <ivan>2010-11-11 01:44:50 +0000
committerivan <ivan>2010-11-11 01:44:50 +0000
commit772a99e959e5a1fa25fde0d0080eccb9d8f6e1d0 (patch)
treee9bedbf8fccb16b7374422e09a6b9649226a4aac /httemplate/browse/discount.html
parent9e8c4a41aa10f40c7c8fc744e37ea8b21d4dce1e (diff)
sort by clicking on headers, RT#6465
Diffstat (limited to 'httemplate/browse/discount.html')
-rw-r--r--httemplate/browse/discount.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/browse/discount.html b/httemplate/browse/discount.html
index f7ef0b30f..13dc1e6f9 100644
--- a/httemplate/browse/discount.html
+++ b/httemplate/browse/discount.html
@@ -7,14 +7,13 @@
'query' => { 'table' => 'discount', },
'count_query' => 'SELECT COUNT(*) FROM discount',
'disableable' => 1,
- 'disabled_statuspos' => 2,
- 'header' => [ '#', 'Name', 'Discount', ],
- 'fields' => [ 'discountnum',
- 'name',
+ 'disabled_statuspos' => 1,
+ 'header' => [ 'Name', 'Discount', ],
+ 'fields' => [ 'name',
'description',
],
'links' => [ $link,
- $link,
+ '',
],
)
%>