Bug 37993: (QA follow-up): Add missing data for breadcrumbs
The vendor name was missing from the breadcrumbs, this patch adds it back in Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
0146359332
commit
55d7ec38e7
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ if ( $op eq 'cud-delete-order' ) {
|
|||
print $query->redirect('/cgi-bin/koha/acqui/basket.pl?basketno='.$basket->{'basketno'})
|
||||
}
|
||||
elsif ( $op eq 'cud-ediorder' ) {
|
||||
$template->param( booksellername => $bookseller->name );
|
||||
edi_close_and_order()
|
||||
} elsif ( $op eq 'cud-mod_users' ) {
|
||||
my $basketusers_ids = $query->param('users_ids');
|
||||
|
|
Loading…
Reference in a new issue