Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 350fba59

Von Werner Hahn vor fast 3 Jahren hinzugefügt

  • ID 350fba592256b332e51ba09c5f65bada3836784d
  • Vorgänger b32183e8
  • Nachfolger 8186ccfa

Shops Standart Versandartikel

Unterschiede anzeigen:

sql/Pg-upgrade2/shops_4.sql
1
-- @tag: shop_4
2
-- @description: Add column default_shipping_costs_parts_id
3
-- @depends: shops
4
-- @ignore: 0
5

  
6
ALTER TABLE shops ADD COLUMN shipping_costs_parts_id integer;
templates/webpages/shops/form.html
71 71
    <th align="right">[% 'Transaction description' | $T8 %]</th>
72 72
    <td>[%- L.input_tag("shop.transaction_description", SELF.shop.transaction_description, size=size) %]</td>
73 73
  </tr>
74
  <tr>
75
    <th align="right">[% 'Default part for shipping costs' | $T8 %]</th>
76
    <td>[%- P.part.picker('shop.shipping_costs_parts_id', 'SELF.shop.shipping_costs_parts_id', style="width: 300px") %]</td>
77
  </tr>
74 78
  <tr>
75 79
    <th align="right">[% 'Obsolete' | $T8 %]</th>
76 80
    <td>[% L.checkbox_tag('shop.obsolete', checked = SELF.shop.obsolete, for_submit=1) %]</td>

Auch abrufbar als: Unified diff