diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index 4ed9cd48e..abaaa5b42 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -199,7 +199,10 @@ Example: % next if $cust_main && $cust_main->ship_locationnum == $loc->locationnum; <OPTION VALUE="<% $loc->locationnum %>" <% $locationnum == $loc->locationnum ? 'SELECTED' : '' %> - ><% $loc->line |h %> + ><% $loc->line( cust_main => $cust_main, + countrydefault => $countrydefault, + ) + |h %> % } % if ( $addnew ) { <OPTION VALUE="-1" |