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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] adding "Select from field" in lineitems crashes #17409

Open
2 tasks done
davide-alghi opened this issue Apr 1, 2024 · 0 comments
Open
2 tasks done

[bug] adding "Select from field" in lineitems crashes #17409

davide-alghi opened this issue Apr 1, 2024 · 0 comments

Comments

@davide-alghi
Copy link
Contributor

馃悶 bug report

鈦夛笍 Describe the bug

if you try to add the lineitem's field "Select from field", YF crashes

馃敟 How to trigger the error

Schermata del 2024-04-01 18-59-07

馃懛 Testing

Fix

in line

<option value="{$VALUE}" {if $PARAMS[$MODULE] == $VALUE} selected {/if}>{$NAME}</option>

replace

<option value="{$VALUE}" {if $PARAMS[$MODULE] == $VALUE} selected {/if}>{$NAME}</option>

with

<option value="{$VALUE}" {if $PARAMS && $PARAMS[$MODULE] == $VALUE} selected {/if}>{$NAME}</option>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant