Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ae486bc1

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

  • ID ae486bc1a19a56b3cb4be55ae687c5a979686ea7
  • Vorgänger ce2dcca4
  • Nachfolger a172a9f9

Form:check_exchangerate: Fall bank_transactions macht keinen Sinn

Unterschiede anzeigen:

SL/Form.pm
1499 1499
                 { type => SCALAR, callbacks  => { is_valid_kivi_date   => sub { shift =~ m/\d+\d+\d+/ } } }, # we have three numers
1500 1500
                 { type => SCALAR, callbacks  => { is_buy_or_sell_rate  => sub { shift =~ m/^buy|sell$/ } } },
1501 1501
                 { type => SCALAR, callbacks  => { is_current_form_id   => sub { $_[0] == $_[1]->[0]->{id} } },              optional => 1 },
1502
                 { type => SCALAR, callbacks  => { is_valid_fx_table    => sub { shift =~ m/(ar|ap|bank_transactions)/  } }, optional => 1 }
1502
                 { type => SCALAR, callbacks  => { is_valid_fx_table    => sub { shift =~ m/(ar|ap)/  } }, optional => 1 }
1503 1503
              );
1504 1504
  my ($self, $myconfig, $currency, $transdate, $fld, $id, $record_table) = @_;
1505 1505

  

Auch abrufbar als: Unified diff