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>
This commit is contained in:
parent
1ebb19a94b
commit
727177df5c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue