]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/shops/form.html
Shopware6: Entweder shop_part.shop_description oder part.notes verwenden
[mfinanz.git] / templates / webpages / shops / form.html
index cda1e0bb17cadad224d399ef61a4c954c98d3660..3ab333ba2c16013017eb4f4132a4c5e70acf5c8e 100644 (file)
     <th align="right">[% 'Obsolete' | $T8 %]</th>
     <td>[% L.checkbox_tag('shop.obsolete', checked = SELF.shop.obsolete, for_submit=1) %]</td>
   </tr>
+  <tr>
+    <th align="right">[% 'Use Long Description from Parts for Shop Long Description' | $T8 %]</th>
+    <td>[% L.yes_no_tag('shop.use_part_longdescription', SELF.shop.use_part_longdescription) %]</td>
+  </tr>
 </table>
 
  <hr>