Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / C4 / Utils / DataTables.pm
index 9a8e4e4..d658090 100644 (file)
@@ -23,7 +23,7 @@ require Exporter;
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
-    $VERSION    = 3.04,
+    $VERSION    = 3.07.00.049,
 
     @ISA        = qw(Exporter);
     @EXPORT     = qw(dt_build_orderby dt_build_having dt_get_params dt_build_query);