(0000002)
apanko (administrator)
22-05-2008 13:51
|
Причина:
Codeunit 92 Purch.-Post + Print
PrintReport(ReportUsage : Integer)
ReportSelection.RESET;
ReportSelection.SETRANGE(Usage,ReportUsage);
ReportSelection.SETRANGE(Default,TRUE);
ReportSelection.FIND('-');
REPEAT
ReportSelection.TESTFIELD("Report ID");
CASE ReportUsage OF
ReportSelection.Usage::"66":
REPORT.RUN(ReportSelection."Report ID",FALSE,FALSE,PurchInvHeader);
Должно быть
ReportSelection.Usage::"P.P.Invoice":
который на самом деле 64, а не 66. |