Browse Source

Bug 19839: Removed Warning (invoice.pl - uncertainprices)

Test Plan
[1.] Check the patch to see that I have removed:
$template->param( uncertainprices => 1 ); from line 204 as Mr Druart has instructed to do
(to get to the patch see the comment above by Mr Druart)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Grace Smyth 6 years ago
committed by Jonathan Druart
parent
commit
727177df5c
  1. 1
      acqui/invoice.pl

1
acqui/invoice.pl

@ -201,7 +201,6 @@ sub get_infos {
$line{budget_name} = $budget->{budget_name};
if ( $line{uncertainprice} ) {
$template->param( uncertainprices => 1 );
$line{rrp} .= ' (Uncertain)';
}
if ( $line{'title'} ) {

Loading…
Cancel
Save