From 82565289c93d2e35323c59827b7c533488eab27a Mon Sep 17 00:00:00 2001
From: Grace Smyth <gracesmythh@gmail.com>
Date: Tue, 16 Jan 2018 03:41:15 +0000
Subject: [PATCH] Bug 19839: Removed Warning

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)
---
 acqui/invoice.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/acqui/invoice.pl b/acqui/invoice.pl
index dd1360f..1ed46cf 100755
--- a/acqui/invoice.pl
+++ b/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'} ) {
-- 
2.1.4