Add Invoices as a default Dashlet

hey,

How can I add the invoices dashlet as a default deshlet?

If I add in …/home/tpls/dashglet.php

$defaultDashlets = array(
‘MessageDashlet’ => ‘Home’,
‘MyInvoicesDashlet’=>‘Invoices’,

it is not set as a default dashlet.

What can I do? Is it the wrong name?

Thanks!
Testes

I tried all possibilities like:

‘MyAOS_InvoicesDashlet’=>‘AOS_Invoices’,
‘MyAOS_InvoicesDashlet’=>‘Home’, etc.

but nothing works for me. Any idea?