Exemple #1
0
void menuSales::sPurgeInvoices()
{
  purgeInvoices(parent, "", TRUE).exec();
}
Exemple #2
0
void menuAccounting::sPurgeInvoices()
{
  purgeInvoices(parent, "", TRUE).exec();
}
Exemple #3
0
void moduleSO::sPurgeInvoices()
{
  purgeInvoices(parent, "", TRUE).exec();
}