Revision a439697f
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
323 | 323 |
action => [ t8('Export') ], |
324 | 324 |
action => [ |
325 | 325 |
t8('Print'), |
326 |
submit => [ '#form', { action => "print" } ],
|
|
326 |
call => [ 'kivi.SalesPurchase.show_print_dialog' ],
|
|
327 | 327 |
checks => [ @req_trans_desc ], |
328 | 328 |
], |
329 | 329 |
action => [ |
templates/webpages/do/form_footer.html | ||
---|---|---|
84 | 84 |
[%- IF !delivered %] |
85 | 85 |
<div id="shipto_dialog" class="hidden"></div> |
86 | 86 |
[%- END %] |
87 |
<div id="print_dialog" class="hidden"> |
|
88 |
[%- PROCESS 'common/_print_dialog.html' %] |
|
89 |
</div> |
Auch abrufbar als: Unified diff
ActionBar: Lieferscheine: Drucken über Dialog implementiert