From 280b4f3b16139c05480c1e5ad6787ff9a4b09ea2 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Mon, 5 May 2014 04:01:05 +0300 Subject: [PATCH] MT#5879 Complete rename invoice forms. --- lib/NGCP/Panel/Form/Invoice/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/Invoice/Template.pm b/lib/NGCP/Panel/Form/Invoice/Template.pm index 25c1be3d0a..661d1c7835 100644 --- a/lib/NGCP/Panel/Form/Invoice/Template.pm +++ b/lib/NGCP/Panel/Form/Invoice/Template.pm @@ -1,4 +1,4 @@ -package NGCP::Panel::Form::InvoiceTemplate::Basic; +package NGCP::Panel::Form::Invoice::Template; use HTML::FormHandler::Moose; extends 'NGCP::Panel::Form::ValidatorBase';