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

LSR-5345: Fix receipt alignment issue when using sku column #79

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

tombertrand
Copy link

The issue was that if the option was true it would add the header but for the row it would check if there was data to add first. The row <td/> needs to be added if the header is added else the table will not be balanced.

Before

After

@tombertrand tombertrand force-pushed the LSR-5345-fix-receipt-alignment-issue branch from 1cb8183 to f36e187 Compare February 14, 2022 14:21
@tombertrand tombertrand merged commit 5d61056 into master Feb 15, 2022
@tombertrand tombertrand deleted the LSR-5345-fix-receipt-alignment-issue branch February 15, 2022 14:20
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.

2 participants