Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Voucher row not displayed correctly in AJAX mode #12

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

Voucher row not displayed correctly in AJAX mode #12

wants to merge 1 commit into from

Conversation

xitromedia
Copy link

When in ajax mode and adding a prod, then the vouchers are not displayed because the vouchers table does not exist and JS does only handle rows of the non-existing table but not create the table itself.
Made that a display:none table with TBODY tag is always existing that can be made visible and filled by JS depending on the product added.

When in ajax mode and adding a prod, then the vouchers are not displayed because the vouchers table does not exist and JS does only handle rows of the non-existing table but not create the table itself.
Made that a display:none table with TBODY tag is always existing that can be made visible and filled by JS depending on the product added.
@stannicek
Copy link

Thanks for fixing this. 👍

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

Successfully merging this pull request may close these issues.

2 participants