typo: primt_options
[kivitendo-erp.git] / templates / webpages / rp / print_options.html
index 5020558..33a34b8 100644 (file)
       <option value=inline [% SM.inline %]>[% 'In-line' | $T8 %]</option>
 [%- ELSE %]
       <option value=screen [% OP.screen %]>[% 'Screen' | $T8 %]</option>
-  [%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex %]
+  [%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
       <option value=printer [% OP.printer %]>[% 'Printer' | $T8 %]</option>
   [%- END %]
 [%- END %]
      </select>
     </td>
-[%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex && !is_email %]
+[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
       <td>[% 'Copies' | $T8 %]<input name=copies size=2 value=[% copies %]></td>
 [%- END %]
   </tr>