Bug 24311 - aqbasket.booksellerinvoicenumber is not used and should be removed
Summary: aqbasket.booksellerinvoicenumber is not used and should be removed
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-26 18:22 UTC by Tomás Cohen Arazi
Modified: 2019-12-26 18:22 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2019-12-26 18:22:45 UTC
This field used to contain the invoice information. But it was moved to a separate table (aqinvoices) and the remainding occurrences in the codebase seem to translate it from the templates into a query on aqinvoices. i.e.: C4::Acquisitions:2464