Bug 24394

Summary: Typo when adding a new cash register
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: System AdministrationAssignee: 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   
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
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
When adding a new cash register, it says "Add new cash_register" with an underscore.
Comment 1 Caroline Cyr La Rose 2020-01-09 19:55:51 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'
Comment 2 Owen Leonard 2020-01-09 19:57:50 UTC
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>
Comment 3 Jonathan Druart 2020-01-10 08:42:38 UTC
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>
Comment 4 Martin Renvoize 2020-01-10 08:45:39 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 5 Joy Nelson 2020-01-30 23:33:59 UTC
Pushed to 19.11.x branch for 19.11.03