Revision 6c7b457f
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1521 | 1521 |
$qr_reference = undef; |
1522 | 1522 |
} |
1523 | 1523 |
} |
1524 |
|
|
1525 |
# add invoice number to unstructured message if feature enabled in client config
|
|
1524 |
|
|
1525 |
# add invoice number to unstructured message if feature enabled in client config |
|
1526 | 1526 |
my $qr_unstructured_message = $form->{"qr_unstructured_message"}; |
1527 | 1527 |
if ($::instance_conf->get_qrbill_copy_invnumber && $form->{formname} eq 'invoice') { |
1528 | 1528 |
my $invnumber = $form->{"invnumber"}; |
Auch abrufbar als: Unified diff
Kosmetik: Keine Leerzeichen am Zeilenende.