Revision 6a3c29cd
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
t/form/arap.t | ||
---|---|---|
6 | 6 |
use Carp; |
7 | 7 |
use Test::Exception; |
8 | 8 |
|
9 |
no warnings qw(qw); |
|
10 |
|
|
9 | 11 |
# this test tests the functions calculate_arap and calculate_tax in SL/Form.pm |
10 | 12 |
# calculate_arap is used for post_invoice in AR and AP |
11 |
# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl
|
|
13 |
# calculate_tax is used in calculate_arap as well as update in ar/ap/gl and post_transaction in gl |
|
12 | 14 |
|
13 | 15 |
my ($ar_tax_19, $ar_tax_7,$ar_tax_0); |
14 | 16 |
my $config = {}; |
Auch abrufbar als: Unified diff
Tests: Hilfreiche aber false positive warning unterdrücken