|
Lines 188-193
elsif ($op=~/edit/) {
Link Here
|
| 188 |
$op ='save'; |
188 |
$op ='save'; |
| 189 |
} |
189 |
} |
| 190 |
elsif ($op eq "change" ) { |
190 |
elsif ($op eq "change" ) { |
|
|
191 |
|
| 192 |
# Remove branchcode which may have incorrectly come from the params block |
| 193 |
# if displayby is set to branchcode |
| 194 |
$displayby||="STATUS"; |
| 195 |
delete $$suggestion_ref{'branchcode'} if($displayby eq "branchcode"); |
| 196 |
|
| 191 |
# set accepted/rejected/managed informations if applicable |
197 |
# set accepted/rejected/managed informations if applicable |
| 192 |
# ie= if the librarian has chosen some action on the suggestions |
198 |
# ie= if the librarian has chosen some action on the suggestions |
| 193 |
if ($suggestion_only->{"STATUS"} eq "ACCEPTED"){ |
199 |
if ($suggestion_only->{"STATUS"} eq "ACCEPTED"){ |
| 194 |
- |
|
|