tiny improvement
This commit is contained in:
parent
f98d083647
commit
219b5f2de8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class OrderCollectiveDirectDebitXml
|
|||
attr_reader :xml_string
|
||||
|
||||
def initialize(group_orders)
|
||||
batch_booking = group_orders.count > 1 ? true : false
|
||||
batch_booking = group_orders.count > 1
|
||||
sdd = SEPA::DirectDebit.new(
|
||||
# Name of the initiating party and creditor, in German: "Auftraggeber"
|
||||
# String, max. 70 char
|
||||
|
|
Loading…
Reference in a new issue