Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 73ec3048

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

  • ID 73ec3048b8d15600f7d0c1e4ae1351909fbfec37
  • Vorgänger 0a9b7c17
  • Nachfolger 68e82bca

typo: column in shop_order_items

Unterschiede anzeigen:

SL/DB/MetaSetup/ShopOrderItem.pm
14 14
  discount            => { type => 'float', precision => 4, scale => 4 },
15 15
  discount_code       => { type => 'text' },
16 16
  id                  => { type => 'serial', not_null => 1 },
17
  identitfier         => { type => 'text' },
17
  identifier          => { type => 'text' },
18 18
  partnumber          => { type => 'text' },
19 19
  position            => { type => 'integer' },
20 20
  price               => { type => 'numeric', precision => 15, scale => 5 },

Auch abrufbar als: Unified diff