Search found 2 matches

by sartek
Wed Jul 21, 2010 4:23 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: unable to cancel the prepayment invoice
Replies: 6
Views: 2265

was able to cancel the invoice, with a datafix

UPDATE ap_invoice_distributions_all
SET prepay_amount_remaining = (your invoice amount)
WHERE invoice_distribution_id = &
AND invoice_id = &;
by sartek
Wed Jul 21, 2010 3:22 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: unable to cancel the prepayment invoice
Replies: 6
Views: 2265

im having the same error, were you able to resolve this already?

~thanks