Summary: | Account payment_type in the cash register details page should use description instead of code | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Staff interface | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, gmcharlt, josef.moravec, sally.healey |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | 26938 | ||
Bug Blocks: | 13985 | ||
Attachments: |
Bug 26939: Use AV description in sales table display
Bug 26939: Use AV description in sales table display Bug 26939: Use AV description in sales table display Bug 26939: Add missing filters |
Description
Martin Renvoize (ashimema)
2020-11-05 13:58:01 UTC
Created attachment 113117 [details] [review] Bug 26939: Use AV description in sales table display Content should use the description rather than the code Test plan 1/ Enable 'UseCashRegisters' 2/ Make some payments against a cash register 3/ Navigate to the cash register summary page via tools > cashup registers > register name 4/ Note that the payment type you selected at payment time appears as the code of the authorized value as aposed to the description. 5/ Apply patch 6/ Refresh page 7/ The payment type should now contain the description Created attachment 113219 [details] [review] Bug 26939: Use AV description in sales table display Content should use the description rather than the code Test plan 1/ Enable 'UseCashRegisters' 2/ Make some payments against a cash register 3/ Navigate to the cash register summary page via tools > cashup registers > register name 4/ Note that the payment type you selected at payment time appears as the code of the authorized value as aposed to the description. 5/ Apply patch 6/ Refresh page 7/ The payment type should now contain the description Signed-off-by: David Nind <david@davidnind.com> Created attachment 113752 [details] [review] Bug 26939: Use AV description in sales table display Content should use the description rather than the code Test plan 1/ Enable 'UseCashRegisters' 2/ Make some payments against a cash register 3/ Navigate to the cash register summary page via tools > cashup registers > register name 4/ Note that the payment type you selected at payment time appears as the code of the authorized value as aposed to the description. 5/ Apply patch 6/ Refresh page 7/ The payment type should now contain the description Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Pushed to master for 20.11, thanks to everybody involved! Created attachment 113786 [details] [review] Bug 26939: Add missing filters Missing dependencies, not backported to 20.05 |