Ticket Orders Receipts

In what table should I be looking if I were trying to figure out if certain orders had receipts printed?

Parents Reply Children
  • I'm not sure exactly how this works,  but I think the current only checkbox, when checked, looks to see if the transaction number in the order is the current one in t_transaction, and if not, it doesn't print anything. Unchecking the box seems to send a "NULL" transaction number which tells the order to print regardless. (procedure TP_GET_RECEIPT_INFO)