Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a600f2ff

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

  • ID a600f2ff7d8269071ea27b976901a108c483cc0a
  • Vorgänger d94b217e
  • Nachfolger 716961ee

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