Commit 9d9969a0 authored by Frank Bergmann's avatar Frank Bergmann

- modified order of invoicing wizards

- added sort-order field to menus
parent 199c18d7
......@@ -448,7 +448,7 @@ begin
''invoices_timesheet_new_quote'', -- label
''New Quote from Timesheet Tasks'', -- name
''/intranet-timesheet2-invoices/invoices/new?target_cost_type_id=3702'', -- url
40, -- sort_order
130, -- sort_order
v_invoices_new_menu, -- parent_menu_id
null -- visible_tcl
);
......@@ -468,7 +468,7 @@ begin
''invoices_timesheet_new_cust_invoice'',-- label
''New Customer Invoice from Timesheet Tasks'', -- name
''/intranet-timesheet2-invoices/invoices/new?target_cost_type_id=3700'', -- url
50, -- sort_order
330, -- sort_order
v_invoices_new_menu, -- parent_menu_id
null -- visible_tcl
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment