Change protection level of variables CompanyAddr in Report 1309 "Standard Sales - Return Rcpt.", Report 6636 "Purchase - Return Shipment", Report 407 "Purchase - Credit Memo", Report 408 "Purchase - Receipt" #27621
Labels
request-for-external
Request for exposing a function for extension development
SCM
GitHub request for SCM area
Hello, please, change these var to protected var:
1.Report 1309 "Standard Sales - Return Rcpt."
Current:
var
CompanyAddr: array[8] of Text[100];
Should be:
protected var
CompanyAddr: array[8] of Text[100];
2.Report 6636 "Purchase - Return Shipment"
Current:
var
CompanyAddr: array[8] of Text[100];
Should be:
protected var
CompanyAddr: array[8] of Text[100];
3.Report 407 "Purchase - Credit Memo"
Current:
var
CompanyAddr : array[8] of Text[100];
Should be:
protected var
CompanyAddr: array[8] of Text[100];
4.Report 408 "Purchase - Receipt"
Current:
var
CompanyAddr: array[8] of Text[100];
Should be:
protected var
CompanyAddr: array[8] of Text[100];
Internal work item: AB#557538
The text was updated successfully, but these errors were encountered: