invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / elements / select-cust_main-status.html
index bdbaac7..4885a0e 100644 (file)
@@ -11,7 +11,7 @@
             <% ref($value) && $value->{$option} || $option eq $value
                ? 'SELECTED' : ''
             %>
-    ><% $option %>
+    ><% FS::cust_main->statuslabels->{$option} %>
 
 % }