Changes between Initial Version and Version 1 of Ticket #1691


Ignore:
Timestamp:
Oct 3, 2019, 4:46:33 PM (6 years ago)
Author:
Volker Rehn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1691 – Description

    initial v1  
    44Die Prüfmethode für Prüfziffer B1 wurde 2017 geändert, es kam eine dritte Prüfvariante dazu. Neue Version der Prüfmethode MarkB1:
    55
     6private function MarkB1($AccountNo) {
     7    $AccountNo = $this->ExpandAccount($AccountNo);
     8    $RetVal = $this->Method01($AccountNo, '137137137');
     9    if ($RetVal != 0){
     10      $RetVal = $this->Method01($AccountNo, '173173173');
     11    }
     12    if ($RetVal != 0){
     13      $RetVal = $this->Method00($AccountNo, '212121212', 10);
     14    }
     15    return $RetVal;
     16  }