Revision d729e328
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
353 | 353 |
$sth->finish; |
354 | 354 |
} |
355 | 355 |
|
356 |
map { push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, $form->{"ic_cvar_$_->{name}_$i"} } @{ $ic_cvar_configs }; |
|
356 |
push @{ $form->{TEMPLATE_ARRAYS}->{"ic_cvar_$_->{name}"} }, |
|
357 |
CVar->format_to_template(CVar->parse($form->{"ic_cvar_$_->{name}_$i"}, $_), $_) |
|
358 |
for @{ $ic_cvar_configs }; |
|
357 | 359 |
} |
358 | 360 |
} |
359 | 361 |
|
... | ... | |
877 | 879 |
# record payments and offsetting AR |
878 | 880 |
if (!$form->{storno}) { |
879 | 881 |
for my $i (1 .. $form->{paidaccounts}) { |
880 |
|
|
882 |
|
|
881 | 883 |
if ($form->{"acc_trans_id_$i"} |
882 | 884 |
&& $payments_only |
883 | 885 |
&& ($::lx_office_conf{features}->{payments_changeable} == 0)) { |
Auch abrufbar als: Unified diff
typ customer korrekt ans template system übergeben