summaryrefslogtreecommitdiff
path: root/UI/ca-list-selector.html
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-16 04:49:45 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-16 04:49:45 +0000
commitc24b6d1d47bf5d0bb2771067ba03955a5877201f (patch)
tree7136cb356a47ebf8beada25876ed168c687827ba /UI/ca-list-selector.html
parentb57983d667763deb48b3c39855ca42b4581c820d (diff)
Deal with VMethods causing problems with form.sort
Add wrapper for a simpler UI constructor git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1617 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/ca-list-selector.html')
-rw-r--r--UI/ca-list-selector.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/UI/ca-list-selector.html b/UI/ca-list-selector.html
index 0931dcdc..4f4798ad 100644
--- a/UI/ca-list-selector.html
+++ b/UI/ca-list-selector.html
@@ -19,8 +19,7 @@
<form method="post" action="ca.pl">
<?lsmb FOREACH hidden IN ['accno', 'description', 'sort', 'oldsort', 'accounttype', 'gifi_accno', 'gifi_description'];
- PROCESS input element_data={type => 'hidden', name => hidden, value => form.$hidden}; END ?>
-
+ PROCESS input element_data={type => 'hidden', name => hidden, value => form.item(hidden)}; END ?>
<table border="0" width="100%">
<tr><th class="listtop"><?lsmb form.title ?></th></tr>
<tr height="5"></tr>