Summary: | Typo when adding a new cash register | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | System Administration | Assignee: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart, lucas, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
20.05.00, 19.11.03
|
Circulation function: | |
Attachments: |
Bug 24394: Typo when adding a new cash register
Bug 24394: Typo when adding a new cash register Bug 24394: Typo when adding a new cash register |
Description
Caroline Cyr La Rose
2020-01-09 19:47:02 UTC
Created attachment 97141 [details] [review] Bug 24394: Typo when adding a new cash register This patch corrects a typo in the cash register template. To test: 1) Enable the UseCashRegisters system preference 2) Go to Administration > Cash registers 3) Click on 'New cash register' 4) Notice the title says 'Add new cash_register' 5) Apply patch 6) Refresh and notice it now says 'Add new cash register' Created attachment 97142 [details] [review] Bug 24394: Typo when adding a new cash register This patch corrects a typo in the cash register template. To test: 1) Go to Administration > Global system preferences 2) Search for UseCashRegisters 3) Enable UseCashRegisters and save 4) Go to Administration > Cash registers 5) Click on 'New cash register' 6) Notice the title says 'Add new cash_register' 7) Apply patch 8) Refresh and notice it now says 'Add new cash register' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 97161 [details] [review] Bug 24394: Typo when adding a new cash register This patch corrects a typo in the cash register template. To test: 1) Go to Administration > Global system preferences 2) Search for UseCashRegisters 3) Enable UseCashRegisters and save 4) Go to Administration > Cash registers 5) Click on 'New cash register' 6) Notice the title says 'Add new cash_register' 7) Apply patch 8) Refresh and notice it now says 'Add new cash register' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 |