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

set deposit percent to zero on change #33084

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

rycks
Copy link
Contributor

@rycks rycks commented Feb 14, 2025

if you set a deposit percent value it store that value into database -> ok

but after that if you change the condition to something else the deposit percent value is not removed because javascript hide the field and let the value unchanged

for example:

first set 30% deposit on order : ok

image

and after that change to something else -> post value is unchanged and database field is not updated !

2025-02-14_09-28

serverside paymenterms is called with a deposit value set to old "30" ...

image

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

Successfully merging this pull request may close these issues.

1 participant