In what table should I be looking if I were trying to figure out if certain orders had receipts printed?
Hi Amanda,
Like order confirmations?I think those are stored in t_order_seat_hist.
Sorry if this is not what you mean.
Cheers!
Thanks, but I actually meant the payment receipts, like the ones that come out on ticket stock, not order acks or confirmations.
Hmm, do those update a table?
I was figuring it must be stored somewhere since there's the whole "current only" button.
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)