Revision c9860c6f
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1964 | 1964 |
my $content; |
1965 | 1965 |
|
1966 | 1966 |
if (@{ $quotations }) { |
1967 |
my $edit_url = build_std_url('script=oe.pl', 'action=edit', 'type=sales_quotation', 'vc=customer');
|
|
1967 |
my $edit_url = build_std_url('script=oe.pl', 'action=edit'); |
|
1968 | 1968 |
|
1969 | 1969 |
$content = $form->parse_html_template('oe/report_for_todo_list', { 'QUOTATIONS' => $quotations, |
1970 | 1970 |
'edit_url' => $edit_url }); |
Auch abrufbar als: Unified diff
TODO-Liste: Preisanfragen und Angebote richtig anzeigen.