X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdetail_format%2Fsimple2.pm;h=82773d28cc6b0ce0a5a0bbe16e7bf06ad88f546d;hb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;hp=5bba18d4d140f7fded4532992b3f0ad14123db45;hpb=0d16979c948a691c95ef92f4ac7a2921a9e8c998;p=freeside.git diff --git a/FS/FS/detail_format/simple2.pm b/FS/FS/detail_format/simple2.pm index 5bba18d4d..82773d28c 100644 --- a/FS/FS/detail_format/simple2.pm +++ b/FS/FS/detail_format/simple2.pm @@ -1,7 +1,7 @@ package FS::detail_format::simple2; use strict; -use parent qw(FS::detail_format); +use base qw(FS::detail_format); use Date::Format qw(time2str); sub name { 'Simple with source' }