Skip to content

Commit

Permalink
added Austrian bank account format
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Nov 24, 2016
1 parent 96de2a2 commit 450b105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/banking_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function _banking_options() {
'NBAN_AT' => array(
'label' => ts('Austrian Bank Account Number'),
'value' => 'NBAN_AT',
'description' => ts('Format is "BBBBB/KKKKKKKKKKK", (B="BLZ", K="Kontonummer") eg. "12345/00001234567"'),
'is_default' => 0,
),
'NBAN_BE' => array(
Expand Down

0 comments on commit 450b105

Please sign in to comment.