Revision c53991c5
Von freiphone vor mehr als 7 Jahren hinzugefügt
templates/webpages/is/form_header.html | ||
---|---|---|
284 | 284 |
[% IF resubmit && is_format_html %] |
285 | 285 |
window.open('about:blank','Beleg'); |
286 | 286 |
document.invoice.target = 'Beleg'; |
287 |
$('#action_print').click(); |
|
287 |
kivi.SalesPurchase.show_print_dialog(); |
|
288 |
kivi.SalesPurchase.print_record(); |
|
288 | 289 |
[% ELSIF resubmit %] |
289 |
$('#action_print').click(); |
|
290 |
kivi.SalesPurchase.show_print_dialog(); |
|
291 |
kivi.SalesPurchase.print_record(); |
|
290 | 292 |
[% ELSIF creditwarning != '' %] |
291 | 293 |
alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); |
292 | 294 |
[% ELSE %] |
Auch abrufbar als: Unified diff
Vorbereitung für Drucken und Buchen