Example #1
0
void menuSales::sPostInvoices()
{
  postInvoices(parent, "", TRUE).exec();
}
Example #2
0
void menuAccounting::sPostInvoices()
{
  postInvoices(parent, "", TRUE).exec();
}
Example #3
0
void moduleSO::sPostInvoices()
{
  postInvoices(parent, "", TRUE).exec();
}