Bug 30573

Summary: Do not hide "Total Tax Inc" on invoice details when tax has been charged
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2022-04-20 15:47:42 UTC
On invoice.pl, if the vendor is set up so prices at receiving do not include tax, we hide the "Total tax inc" column in invoice details. If there is a tax rate associated with this vendor and tax has been calculated and charged, we should show the "Total tax inc" column. Otherwise the user ends up having to either click the reveal the column or do the math themselves.