This website works better with JavaScript.
Home
Explore
Help
Sign In
Koha-community
/
kumara
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
chris
20 years ago
parent
5d24b172e9
commit
54d0c67a41
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
sec/writeoff.pl
+ 1
- 0
sec/writeoff.pl
View File
@@ -37,6 +37,7 @@ while ( my ($key, $value) = each %inp){
}
}
#print $input->header;
$bornum=$input->param('bornum');
print $input->redirect("/cgi-bin/koha/pay.pl?bornum=$bornum");
#needs to be shifted to a module when time permits
Write
Preview
Loading…
Cancel
Save