lib/uob/payroll/txt_file/header.rb in uob-payroll-1.0.0 vs lib/uob/payroll/txt_file/header.rb in uob-payroll-1.0.1

- old
+ new

@@ -40,10 +40,10 @@ raise Errors::Invalid, errors.full_messages.to_sentence unless valid? end def filename - "UGBI#{creation_date.strftime('%m%d')}01" + "UGBI#{creation_date.strftime('%d%m')}01" end def originating_bic_code "UOVBSGSG#{branch_code}" end