Skip to content

Commit

Permalink
deal with daft payment refs
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Apr 11, 2018
1 parent a3e7675 commit 230e5ad
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
Expand Up @@ -122,6 +122,8 @@ sub fiddle_payment {
$trans->{name} = "$trans->{name} SM0039";
} elsif($trans->{fitid} eq '+201705020000006') {
$trans->{name} = "$trans->{name} SM0068";
} elsif($trans->{name} =~ /JAMES C SMO122/) {
$trans->{name} = 'JAMES C SM0122';
}
return 0;
}
Expand Down

0 comments on commit 230e5ad

Please sign in to comment.