mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Updated the default service currency value
This commit is contained in:
parent
b1fa89ed49
commit
46a176db5b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Installation extends CI_Controller {
|
||||||
'name' => 'Test Service',
|
'name' => 'Test Service',
|
||||||
'duration' => 30,
|
'duration' => 30,
|
||||||
'price' => 50.0,
|
'price' => 50.0,
|
||||||
'currency' => 'Euro',
|
'currency' => 'EUR',
|
||||||
'description' => 'This is a test service automatically inserted by the installer.',
|
'description' => 'This is a test service automatically inserted by the installer.',
|
||||||
'availabilities_type' => 'flexible',
|
'availabilities_type' => 'flexible',
|
||||||
'attendants_number' => 1,
|
'attendants_number' => 1,
|
||||||
|
|
Loading…
Reference in a new issue