Bug 12495 - Include streetnumber in hold alert address
[koha_fer] / C4 / Patroncards / Template.pm
index f2af512..5cfd7ca 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Template);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 use constant TEMPLATE_TABLE => 'creator_templates';