Summary: | Incorrect row striping in POS transaction sales table | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Point of Sale | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Pushed to main --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | barbara.johnson, m.de.rooy, martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Attachments: |
Bug 39040: Add CSS back via _tables.scss
Bug 39040: Add CSS back via _tables.scss Bug 39040: Add CSS back via _tables.scss |
Description
Lucas Gass (lukeg)
2025-02-05 14:51:43 UTC
It looks like the style was coming from a removed file, rowGroup.dataTables.min.css Owen suggested I add back via _tables.scss Created attachment 177705 [details] [review] Bug 39040: Add CSS back via _tables.scss To test: 1/ Turn on POS 2/ Enable Cash registers 3/ Configure some items for sale 4/ Make some POS transactions 5/ Visit pos/register.pl?registerid=x 6/ Notice the problem described 7/ APPLY PATCH and regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 8/ Look at the table again. The rows should now be correctly highlighted. Created attachment 177712 [details] [review] Bug 39040: Add CSS back via _tables.scss To test: 1/ Turn on POS 2/ Enable Cash registers 3/ Configure some items for sale 4/ Make some POS transactions 5/ Visit pos/register.pl?registerid=x 6/ Notice the problem described 7/ APPLY PATCH and regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 8/ Look at the table again. The rows should now be correctly highlighted. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Created attachment 178091 [details] [review] Bug 39040: Add CSS back via _tables.scss To test: 1/ Turn on POS 2/ Enable Cash registers 3/ Configure some items for sale 4/ Make some POS transactions 5/ Visit pos/register.pl?registerid=x 6/ Notice the problem described 7/ APPLY PATCH and regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 8/ Look at the table again. The rows should now be correctly highlighted. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 25.05! Well done everyone, thank you! |