http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7515

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |[email protected]

--- Comment #11 from Paul Poulain <[email protected]> 2012-02-27 
17:13:38 UTC ---
QA comment:
* my pre-apply hook complains:
"my" variable $authorised_valuecode masks earlier declaration in same scope at
/home/paul/koha.dev/koha-community//C4/Items.pm line 1264.


Looking at the code, you're adding
+        my ($authorised_valuecode) =
C4::Koha::GetAuthValCode('items.itemnotes', $data->{frameworkcode});

and $authorised_valuecode is declared a few line before.

Removing the my is probably enough, please fix, test & resubmit.

(the code is fine otherwise)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to