X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FPatroncards.pm;h=b41986c62eec313611bf02589dadb1deb1c3abe9;hb=aed8063ce44a03f21acddf7748b6caf7e640a1ff;hp=748243dff987f914ab70b9e9f61858b6f19c5013;hpb=509d673f10bf8e03529602b922d1fab603457ee2;p=koha.git diff --git a/C4/Patroncards.pm b/C4/Patroncards.pm index 748243dff9..b41986c62e 100644 --- a/C4/Patroncards.pm +++ b/C4/Patroncards.pm @@ -13,12 +13,12 @@ BEGIN { get_image rm_image ); - use C4::Patroncards::Batch 1.000000; - use C4::Patroncards::Layout 1.000000; - use C4::Patroncards::Lib 1.000000; - use C4::Patroncards::Patroncard 1.000000; - use C4::Patroncards::Profile 1.000000; - use C4::Patroncards::Template 1.000000; + use C4::Patroncards::Batch; + use C4::Patroncards::Layout; + use C4::Patroncards::Lib; + use C4::Patroncards::Patroncard; + use C4::Patroncards::Profile; + use C4::Patroncards::Template; } 1;