(bug #4295) fix overduerules edition
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
f316cdc28f
commit
5d268a83a0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ if ($op eq 'save') {
|
|||
my $sth_delete=$dbh->prepare("DELETE FROM overduerules WHERE branchcode=? AND categorycode=?");
|
||||
foreach my $key (@names){
|
||||
# ISSUES
|
||||
if ($key =~ /(delay|letter)([1-3])-(.*)/) {
|
||||
if ($key =~ /(delay|letter|debarred)([1-3])-(.*)/) {
|
||||
my $type = $1; # data type
|
||||
my $num = $2; # From 1 to 3
|
||||
my $bor = $3; # borrower category
|
||||
|
|
Loading…
Reference in a new issue