[freeside-commits] freeside/httemplate/elements select-agent.html,
1.5, 1.6
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Dec 29 13:48:51 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv26000/httemplate/elements
Modified Files:
select-agent.html
Log Message:
correct bad include, and improve no agent selected condition
Index: select-agent.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-agent.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- select-agent.html 23 Aug 2006 22:25:38 -0000 1.5
+++ select-agent.html 29 Dec 2006 21:48:49 -0000 1.6
@@ -8,7 +8,7 @@
<% include( '/elements/select-table.html',
'table' => 'agent',
'name_col' => 'agent',
- 'value' => $agentnum,
+ 'value' => $agentnum || '',
'empty_label' => 'all',
'hashref' => { 'disabled' => '' },
'extra_sql' => ' AND '.
More information about the freeside-commits
mailing list