Bug 30875

Summary: Move price columns calculation to Koha::Acquisition::Order->store
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Julian Maurice <julian.maurice>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
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:
Bug Depends on: 29959    
Bug Blocks:    

Description Tomás Cohen Arazi (tcohen) 2022-06-01 11:07:12 UTC
Price columns (aqorders.*_tax_included, aqorders.*_tax_excluded, aqorders.tax_value_*) calculation should be done in the Koha::Acquisition::Order->store method. Right now it is handled in the controllers (see bug 29959).
Comment 1 Tomás Cohen Arazi (tcohen) 2022-08-19 18:47:16 UTC

*** This bug has been marked as a duplicate of bug 29955 ***