Skip to content

Commit

Permalink
Add import exception for too-long ref (SM00119)
Browse files Browse the repository at this point in the history
castaway committed May 23, 2018
1 parent 230e5ad commit 256daae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/update_payments.pl
Original file line number Diff line number Diff line change
@@ -124,6 +124,8 @@ sub fiddle_payment {
$trans->{name} = "$trans->{name} SM0068";
} elsif($trans->{name} =~ /JAMES C SMO122/) {
$trans->{name} = 'JAMES C SM0122';
} elsif($trans->{name} =~ /Consulting NT LTD MAKESPACE SM01/) {
$trans->{name} = 'Consulting NT LTD MAKESPACE SM00129';
}
return 0;
}

0 comments on commit 256daae

Please sign in to comment.