Bug 31956

Summary: Clean up headings/legends on invoice summary view
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/acqui/invoice.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 31115    
Bug Blocks:    

Description Katrin Fischer 2022-10-24 16:52:06 UTC
When looking at the invoice summary view, especially with bug 31115 applied, we see that there are some odd things:

* Adjustments is an h3, but I think it should be h2
* The h2 headings our outside the fieldsets/white boxes but following our work on other pages, everything bug h1 should appear inside
* As additional fields and other invoice information share a submit button, it makes sense for them to appear together, but the heading feelds to close to the content above. Maybe we need some CSS for nested fieldsets