Bug 30875 - Move price columns calculation to Koha::Acquisition::Order->store
Summary: Move price columns calculation to Koha::Acquisition::Order->store
Status: RESOLVED DUPLICATE of bug 29955
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Julian Maurice
QA Contact: Testopia
URL:
Keywords:
Depends on: 29959
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-01 11:07 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2022-08-19 18:47 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***