X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fedit-template.pl;h=8f60b9cf9d52fc749a04e0bec66b9957dcb0c8c4;hb=4b1749c170a534f315b17093c21b188837844868;hp=b6bdaf67f5e63f5d51a14ae5fbdaaba2e4bc738e;hpb=8ad2c7d7acc3cb0033426bd78928214a22ad9dd1;p=koha.git diff --git a/patroncards/edit-template.pl b/patroncards/edit-template.pl index b6bdaf67f5..8f60b9cf9d 100755 --- a/patroncards/edit-template.pl +++ b/patroncards/edit-template.pl @@ -14,9 +14,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; @@ -26,9 +26,8 @@ use autouse 'Data::Dumper' => qw(Dumper); use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); -use C4::Creators::Lib 1.000000 qw(get_all_profiles get_unit_values); -use C4::Patroncards::Template 1.000000; -use C4::Patroncards::Profile 1.000000; +use C4::Creators; +use C4::Patroncards; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(