Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b15c7890

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

  • ID b15c78907e6ff932a93752bc2e89b3b7488d9b50
  • Vorgänger 36a93d2e
  • Nachfolger 913d1c30

Wechselkurs verbuchen erstmal nicht mit Skonto-Verbuchen komibinierbar

Unterschiede anzeigen:

SL/DB/Helper/Payment.pm
699 699

  
700 700
  my @options;
701 701

  
702
  # 1. no skonto available -> done
703
  if(!$self->skonto_date) {
702
  # 1. no sane skonto support for foreign currency yet
703
  if ($self->forex) {
704
    push(@options, { payment_type => 'without_skonto', display => t8('without skonto'), selected => 1 });
705
    return @options;
706
  }
707
  # 2. no skonto available -> done
708
  if (!$self->skonto_date) {
704 709
    push(@options, { payment_type => 'without_skonto', display => t8('without skonto'), selected => 1 });
705 710
    push(@options, { payment_type => 'free_skonto', display => t8('free skonto') });
706 711
    return @options;

Auch abrufbar als: Unified diff