예제 #1
0
void menuSales::sReprintInvoices()
{
  reprintInvoices(parent, "", TRUE).exec();
}
예제 #2
0
void menuAccounting::sReprintInvoices()
{
  reprintInvoices(parent, "", TRUE).exec();
}
예제 #3
0
void moduleSO::sReprintInvoices()
{
  reprintInvoices(parent, "", TRUE).exec();
}