replaced <\> to <>
This commit is contained in:
parent
f1f4aab1d7
commit
2fc21159de
4 changed files with 9 additions and 10 deletions
|
|
@ -154,7 +154,7 @@ REPEAT
|
|||
|
||||
VendorBillLine.TESTFIELD("Document Type",VendorBillLine."Document Type"::Invoice);
|
||||
|
||||
IF ((VendorBillLine."Vendor No." <\> PrevVendorBillLine."Vendor No.") OR (VendorBillLine."Vendor Bank Acc. No." <\> PrevVendorBillLine."Vendor Bank Acc. No.")) THEN BEGIN InsertTempGenJnlLine(TempGenJnlLine,VendorBillHeader,PrevVendorBillLine,CumulativeAmount);
|
||||
IF ((VendorBillLine."Vendor No." <> PrevVendorBillLine."Vendor No.") OR (VendorBillLine."Vendor Bank Acc. No." <> PrevVendorBillLine."Vendor Bank Acc. No.")) THEN BEGIN InsertTempGenJnlLine(TempGenJnlLine,VendorBillHeader,PrevVendorBillLine,CumulativeAmount);
|
||||
|
||||
CumulativeAmount := VendorBillLine."Amount to Pay";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue