Skip to content

Commit

Permalink
Pass the required_notes param to the appointments_modal template
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 19, 2023
1 parent bf69e17 commit 1710d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/pages/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
'require_phone_number' => vars('require_phone_number'),
'require_address' => vars('require_address'),
'require_city' => vars('require_city'),
'require_zip_code' => vars('require_zip_code')
'require_zip_code' => vars('require_zip_code'),
'require_notes' => vars('require_notes')
]
) ?>

Expand Down

0 comments on commit 1710d46

Please sign in to comment.