Bug 31245: Do not try to report results if task not started
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Andrew <andrewfh@dubcolib.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 12bc623ae7
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
714d73d7e1
commit
3d3fc0f85a
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ Sent the infos to generate the table containing the details of the modified item
|
|||
sub additional_report {
|
||||
my ( $self, $args ) = @_;
|
||||
|
||||
return unless $self->report->{modified_itemnumbers};
|
||||
|
||||
my $itemnumbers = $self->report->{modified_itemnumbers};
|
||||
if ( scalar(@$itemnumbers) > C4::Context->preference('MaxItemsToDisplayForBatchMod') ) {
|
||||
return { too_many_items_display => 1 };
|
||||
|
|
Loading…
Reference in a new issue