Bug 7807: [SIGNED-OFF] Fix call to GetSuggestionFromBiblionumber
This sub only takes one parameter signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
8a4b05b9d6
commit
680e92115f
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ sub ModReceiveOrder {
|
|||
= @_;
|
||||
my $dbh = C4::Context->dbh;
|
||||
$datereceived = C4::Dates->output('iso') unless $datereceived;
|
||||
my $suggestionid = GetSuggestionFromBiblionumber( $dbh, $biblionumber );
|
||||
my $suggestionid = GetSuggestionFromBiblionumber( $biblionumber );
|
||||
if ($suggestionid) {
|
||||
ModSuggestion( {suggestionid=>$suggestionid,
|
||||
STATUS=>'AVAILABLE',
|
||||
|
|
Loading…
Reference in a new issue