yalmac / easy-appointments

Automatically exported from code.google.com/p/easy-appointments
0 stars 0 forks source link

Correction - Change day on Provider/Work Plan #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was setting up this software on my development server that the days of the 
week on the User [menu] / Provider [tab] / Work Plan [tab] page need a slight 
correction. Tuesday is repeated twice. Once in the Tuesday slot and once in the 
Thursday slot. 

As I am familiar with CodeIgnitor I found your issue in the following location:

application/views/backend/users.php -> line 325

tuesday needs to be changed to thursday

[<?php echo $this->lang->line('tuesday'); ?></label></td>]

Original issue reported on code.google.com by nakijma....@gmail.com on 23 Oct 2014 at 3:22

GoogleCodeExporter commented 9 years ago
Thanks for the observation!

Original comment by alextselegidis@gmail.com on 6 Nov 2014 at 7:57