Bug 16256 - Can't edit library EAN if you leave EAN empty
[koha.git] / reports / guided_reports.pl
index 200260d..4b45f95 100755 (executable)
@@ -28,8 +28,8 @@ use C4::Reports::Guided;
 use C4::Auth qw/:DEFAULT get_session/;
 use C4::Output;
 use C4::Debug;
-use C4::Branch; # XXX subfield_is_koha_internal_p
 use C4::Koha qw/GetFrameworksLoop/;
+use C4::Branch;
 use C4::Context;
 use C4::Log;
 use Koha::DateUtils qw/dt_from_string output_pref/;