CustomerVendor: im Templatesystem vorhandenes instance_conf verwenden
authorThomas Heck <theck@linet-services.de>
Thu, 18 Jul 2013 14:31:04 +0000 (16:31 +0200)
committerThomas Heck <theck@linet-services.de>
Thu, 18 Jul 2013 14:31:04 +0000 (16:31 +0200)
SL/Controller/CustomerVendor.pm
templates/webpages/customer_vendor/tabs/billing.html

index a8b9c45..23c9036 100644 (file)
@@ -682,8 +682,6 @@ sub _create_customer_vendor {
 sub _pre_render {
   my ($self) = @_;
 
-  $self->{template_args}->{instance_conf} = $::instance_conf;
-
   my $dbh = $::form->get_standard_dbh();
 
   my $query;
index 5311211..ace2bd5 100644 (file)
@@ -8,7 +8,7 @@
 
     <tr height="5"></tr>
 
-    [% IF ( instance_conf.get_vertreter ) %]
+    [% IF ( INSTANCE_CONF.get_vertreter ) %]
       <tr>
         <th align="right">
           [% IF SELF.is_vendor() %]
     </tr>
 
     <tr>
-      [% IF ( !instance_conf.get_vertreter ) %]
+      [% IF ( !INSTANCE_CONF.get_vertreter ) %]
         <th align="right">
           [% IF ( SELF.is_vendor() ) %]
             [% 'Type of Vendor' | $T8 %]
       </td>
 
 
-      [% IF ( SELF.is_customer() && !instance_conf.get_vertreter ) %]
+      [% IF ( SELF.is_customer() && !INSTANCE_CONF.get_vertreter ) %]
         <th align="right">[% 'Salesman' | $T8 %]</th>
 
         <td>