Revision dda15351
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
bin/mozilla/sepa.pl | ||
---|---|---|
$invoice->{reference_prefix_vc} = ' ' . $prefix_vc_number unless $prefix_vc_number =~ m/^ /;
|
||
}
|
||
|
||
$::request->layout->use_javascript('js/kivi.Sepa.js');
|
||
|
||
$form->header();
|
||
print $form->parse_html_template('sepa/bank_transfer_add',
|
||
{ 'INVOICES' => $invoices,
|
Auch abrufbar als: Unified diff
SEPA: JavaScript-Code in kivi.Sepa.js auslagern