Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 73ec3048

Von Jan Büren vor fast 2 Jahren hinzugefügt

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

typo: column in shop_order_items

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff