X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=tidyaccounts.pl;h=bebc1d05c3f2be6f4e8497b13a1d9776c2373715;hb=d00fe12988678c0e05c8a3613338506038142416;hp=31783bf79106c60d31d54ee1143fae8ca0cb961f;hpb=dbca39823f826d5e8d1cd7c0fc8d768be1f57b64;p=koha.git diff --git a/tidyaccounts.pl b/tidyaccounts.pl index 31783bf791..bebc1d05c3 100755 --- a/tidyaccounts.pl +++ b/tidyaccounts.pl @@ -1,4 +1,7 @@ #!/usr/bin/perl + +# $Id$ + # # written 31/5/00 by chris@katipo.co.nz to make a way to fix account mistakes # @@ -37,13 +40,13 @@ my @name=$input->param; foreach my $key (@name){ if ($key ne 'bornum'){ my $temp=$input->param($key); - + # print $temp,$key; if ($temp ne ''){ fixaccounts($bornum,$key,$temp); - + } } } - + print $input->redirect("boraccount.pl?bornum=$bornum");