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

fix: code stored as string #9767

Merged
merged 2 commits into from
Feb 7, 2024
Merged

fix: code stored as string #9767

merged 2 commits into from
Feb 7, 2024

Conversation

stephanegigandet
Copy link
Contributor

Something very strange is happening:

$product_ref->{code} .= ''; worked if it was just before the store() call, but not inside the make_sure_numbers_as_stored_as_numbers() function.

This change seems to work, but I don't know why.

Copy link

sonarqubecloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! I hope it works !

@alexgarel alexgarel merged commit 2474ae4 into main Feb 7, 2024
13 checks passed
@alexgarel alexgarel deleted the fix-code branch February 7, 2024 10:40
john-gom pushed a commit that referenced this pull request May 24, 2024
$product_ref->{code} .= ''; worked if it was just before the store() call, but not inside the make_sure_numbers_as_stored_as_numbers() function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants