Показать сообщение отдельно
Старый 03.06.2011, 18:01   #1  
alek_frm is offline
alek_frm
Участник
 
5 / 10 (1) +
Регистрация: 31.05.2006
! SalesInvoice report - payment schedule sometime is incorrect - (bug)
if there is records with same recid from CustInvoiveJour and SalesTable...

Missing line in SalesInvoice (PurchInvoice,ProjInvoice) - fetch method
X++:
while select custPaymSched
  where
  custPaymSched.ExtTableId == custInvoiceJour.TableId && //Missing line
  custPaymSched.ExtRecId == custInvoiceJour.RecId