Lines 98-103
my $reasonsloop = GetAuthorisedValues("SUGGEST");
Link Here
|
98 |
|
98 |
|
99 |
# filter informations which are not suggestion related. |
99 |
# filter informations which are not suggestion related. |
100 |
my $suggestion_ref = { %{$input->Vars} }; # Copying, otherwise $input will be modified |
100 |
my $suggestion_ref = { %{$input->Vars} }; # Copying, otherwise $input will be modified |
|
|
101 |
delete $suggestion_ref->{csrf_token}; |
101 |
|
102 |
|
102 |
# get only the columns of Suggestion |
103 |
# get only the columns of Suggestion |
103 |
my $schema = Koha::Database->new()->schema; |
104 |
my $schema = Koha::Database->new()->schema; |
104 |
- |
|
|