Revision 1cd85a06
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1535 | 1535 |
$lxdebug->leave_sub(); |
1536 | 1536 |
} |
1537 | 1537 |
|
1538 |
|
|
1539 |
sub vendor_invoice { |
|
1540 |
$lxdebug->enter_sub(); |
|
1541 |
|
|
1542 |
$auth->assert('invoice_edit'); |
|
1543 |
|
|
1544 |
|
|
1545 |
$form->{script} = 'ir.pl'; |
|
1546 |
$script = "ir"; |
|
1547 |
$form->{type} = "invoice"; |
|
1548 |
$locale = new Locale "$myconfig{countrycode}", "$script"; |
|
1549 |
|
|
1550 |
require "bin/mozilla/$form->{script}"; |
|
1551 |
&add; |
|
1552 |
|
|
1553 |
$lxdebug->leave_sub(); |
|
1554 |
} |
|
1555 |
|
|
1556 |
sub ap_transaction { |
|
1557 |
$lxdebug->enter_sub(); |
|
1558 |
|
|
1559 |
$auth->assert('general_ledger'); |
|
1560 |
|
|
1561 |
|
|
1562 |
$form->{script} = 'ap.pl'; |
|
1563 |
$script = "ap"; |
|
1564 |
$locale = new Locale "$myconfig{countrycode}", "$script"; |
|
1565 |
|
|
1566 |
require "bin/mozilla/$form->{script}"; |
|
1567 |
&add; |
|
1568 |
|
|
1569 |
$lxdebug->leave_sub(); |
|
1570 |
} |
|
1571 |
|
|
1538 | 1572 |
sub storno { |
1539 | 1573 |
$lxdebug->enter_sub(); |
1540 | 1574 |
|
Auch abrufbar als: Unified diff
Bug #899 behoben: Buttons fuer neue Belege funktionierten nicht in den Listenansichten, aehnlicher Fehler in der Kundendetailmaske behoben