From: Daintree F. <p.d...@xt...> - 2003-09-11 07:10:21
|
>I remember wanting to query for which > invoices are related to a certain sales order, this currently is not > possible. I think we can do this as Paul notes with: SELECT TransNo FROM DebtorTrans WHERE Order_=$WhateverOrderNo AND Type=10; > BTW, I just noticed that on Order Invoicing (ConfirmDispatch_Invoice.php) > the date is not saved properly. Will look into this later. Thanks Phil |