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