Revision 19de3c72
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/AccTransCorrections.pm | ||
---|---|---|
649 | 649 |
|
650 | 650 |
my @problems = @{ $self->{problems} }; |
651 | 651 |
|
652 |
map { $self->{$_} ||= [] } qw(ap_ar_taxkey_problems invoice_inventory_taxkey_problems missing_taxkeys_in_invoices); |
|
653 |
|
|
652 | 654 |
if (0 != scalar @{ $self->{ap_ar_taxkey_problems} }) { |
653 | 655 |
my $problem = { |
654 | 656 |
'type' => 'ap_ar_wrong_taxkeys', |
Auch abrufbar als: Unified diff
Garantieren, dass gewisse Einträge in $self vorhanden sind, bevor sie benutzt werden
Fix für Bug 1492.