X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=t%2Fform%2Farap.t;h=2c4a5ac3057db8906a6ab7c6ba69fba1e83e1f1e;hb=9bd7628ee8d5fb6e7243bc73d112fef00151e29d;hp=a46e66138f9a59cf520e1ec2b342d7e0eeea9dd3;hpb=0e68056cbc17b531266c16454f3a74ae1e57dea6;p=kivitendo-erp.git diff --git a/t/form/arap.t b/t/form/arap.t index a46e66138..2c4a5ac30 100644 --- a/t/form/arap.t +++ b/t/form/arap.t @@ -6,9 +6,11 @@ use Support::TestSetup; use Carp; use Test::Exception; +no warnings qw(qw); + # this test tests the functions calculate_arap and calculate_tax in SL/Form.pm # calculate_arap is used for post_invoice in AR and AP -# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl +# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl my ($ar_tax_19, $ar_tax_7,$ar_tax_0); my $config = {};