Ivoice has 1 to x payments.I grouped payments by InvoiceID
I want to display the first payment in the same line with invoice info.now it looks like...
InvNumber InvTotal PaymentType AmoudPaid
123 $200.00
Cash $100.00
Check $100.00
I would like to display in this way:--
InvNumber InvTotal PaymentType AmoudPaid
123 $200.00 Cash $100.00
Check $100.00
How i can do this?
Thanks for any help..