| Summary: | Show shipment date in invoice search result list | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Acquisitions | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | tomascohen, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Small patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 12906: Show shipment date in invoice search result list
[Signed-off] Bug 12906: Show shipment date in invoice search result list Bug 12906: Show shipment date in invoice search result list Bug 12906: DataTables: Use -1 to specify the last column |
||
|
Description
Katrin Fischer
2014-09-11 09:17:13 UTC
Created attachment 39973 [details] [review] Bug 12906: Show shipment date in invoice search result list Patch adds the shipment as a new separate column to the search results of the invoices search. To test: - Search for invoices in the acquisition module - Verify the results table shows the shipment date - Verify that sorting works correctly Created attachment 40018 [details] [review] [Signed-off] Bug 12906: Show shipment date in invoice search result list Patch adds the shipment as a new separate column to the search results of the invoices search. To test: - Search for invoices in the acquisition module - Verify the results table shows the shipment date - Verify that sorting works correctly Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 40195 [details] [review] Bug 12906: Show shipment date in invoice search result list Patch adds the shipment as a new separate column to the search results of the invoices search. To test: - Search for invoices in the acquisition module - Verify the results table shows the shipment date - Verify that sorting works correctly Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> Created attachment 40196 [details] [review] Bug 12906: DataTables: Use -1 to specify the last column It will avoid further changes. Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> Thx for the follow-up Jonathan! Patches pushed to master. Thanks Katrina! |