Revision 1c181c11
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
591 | 591 |
$ref->{street} = $customer->street; |
592 | 592 |
$ref->{zipcode} = $customer->zipcode; |
593 | 593 |
$ref->{country} = $customer->country; |
594 |
$ref->{gln} = $customer->gln; |
|
594 | 595 |
} |
595 | 596 |
my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{cp_id}); |
596 | 597 |
if ($contact) { |
Auch abrufbar als: Unified diff
GLN: Berücksichtigung in Belegmasken