X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fca.pl;h=774da855a9c37c3449e74d35dbe2cfa4719e968e;hb=5da10e0193a990f94c50252738f33f42d0e7e567;hp=37c82e8afea1ad6c51e041c078edc2bd099661ea;hpb=1cffd05a6256f76536a16706fc3c303ae0b837f3;p=kivitendo-erp.git diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index 37c82e8af..774da855a 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -24,7 +24,8 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1335, USA. #====================================================================== # # module for Chart of Accounts, Income Statement and Balance Sheet @@ -154,7 +155,7 @@ sub list { $::auth->assert('report'); $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description}; - + $::form->header; print $::form->parse_html_template('ca/list', { year => DateTime->today->year, @@ -184,8 +185,6 @@ sub format_debit_credit { sub list_transactions { $main::lxdebug->enter_sub(); -use Data::Dumper; - my $form = $main::form; my %myconfig = %main::myconfig; my $locale = $main::locale;