Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision eaf77a00

Von Tamino Steinert vor 1 Tag hinzugefügt

  • ID eaf77a0022442c7cfccd9532ba7e9888a4a3a278
  • Vorgänger 96f5fcdb
  • Nachfolger db7d17f2

POS: Button für Barkunde

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
156 156
  pdonumber                                 => { type => 'text' },
157 157
  pocnumber                                 => { type => 'text' },
158 158
  ponumber                                  => { type => 'text' },
159
  pos_cash_customer_id                      => { type => 'integer' },
159 160
  pqinumber                                 => { type => 'text' },
160 161
  precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
161 162
  print_interpolate_variables_in_positions  => { type => 'boolean', default => 'true', not_null => 1 },
......
295 296
    key_columns => { loss_carried_forward_chart_id => 'id' },
296 297
  },
297 298

  
299
  pos_cash_customer => {
300
    class       => 'SL::DB::Customer',
301
    key_columns => { pos_cash_customer_id => 'id' },
302
  },
303

  
298 304
  profit_carried_forward_chart => {
299 305
    class       => 'SL::DB::Chart',
300 306
    key_columns => { profit_carried_forward_chart_id => 'id' },

Auch abrufbar als: Unified diff