Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SerhiiKorniichuk1 opened this issue Nov 12, 2024 · 1 comment
Labels
request-for-external Request for exposing a function for extension development SCM GitHub request for SCM area

Comments

@SerhiiKorniichuk1
Copy link

SerhiiKorniichuk1 commented Nov 12, 2024

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

@SerhiiKorniichuk1
Copy link
Author

SerhiiKorniichuk1 commented Nov 12, 2024

we had an issue #26118
I made a mistake to specifying in most lines ShipToAddr :(
I would be very grateful if you could add this in the nearest app(small upd/fix),
since the company I work for has been waiting for a number of modifications to the tasks for half a year
Now..... if it lasts for half a year I will be very uncomfortable

@JesperSchulz JesperSchulz added request-for-external Request for exposing a function for extension development SCM GitHub request for SCM area labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request-for-external Request for exposing a function for extension development SCM GitHub request for SCM area
Projects
None yet
Development

No branches or pull requests

2 participants