|
Lines 211-216
elsif ($op eq "change" ) {
Link Here
|
| 211 |
foreach my $suggestionid (@editsuggestions) { |
211 |
foreach my $suggestionid (@editsuggestions) { |
| 212 |
next unless $suggestionid; |
212 |
next unless $suggestionid; |
| 213 |
$suggestion_only->{'suggestionid'}=$suggestionid; |
213 |
$suggestion_only->{'suggestionid'}=$suggestionid; |
|
|
214 |
delete $suggestion_only->{branchcode}; # no need to change, could be __ANY__ causing data corruption |
| 214 |
&ModSuggestion($suggestion_only); |
215 |
&ModSuggestion($suggestion_only); |
| 215 |
} |
216 |
} |
| 216 |
my $params = ''; |
217 |
my $params = ''; |
| 217 |
- |
|
|