diff options
Diffstat (limited to 'httemplate/elements/select-part_referral.html')
-rw-r--r-- | httemplate/elements/select-part_referral.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/elements/select-part_referral.html b/httemplate/elements/select-part_referral.html index c4b8829c8..114d147ce 100644 --- a/httemplate/elements/select-part_referral.html +++ b/httemplate/elements/select-part_referral.html @@ -1,14 +1,13 @@ -<% include( '/elements/select-table.html', +<& /elements/select-table.html, 'table' => 'part_referral', 'name_col' => 'referral', 'value' => $refnum, - 'empty_label' => 'Select advertising source', + 'empty_label' => emt('Select advertising source'), 'hashref' => { 'disabled' => '' }, 'extra_sql' => ' AND '. FS::part_referral->acl_agentnum_sql(1), %opt, - ) -%> +&> <%init> my %opt = @_; |