mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected section name in customers.php
This commit is contained in:
parent
4e9ed6bf52
commit
8065412915
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@
|
|||
|
||||
<?php section('content') ?>
|
||||
|
||||
<?php section('script') ?>
|
||||
<?php section('scripts') ?>
|
||||
|
||||
<script src="<?= asset_url('assets/vendor/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.min.js') ?>"></script>
|
||||
<script src="<?= asset_url('assets/js/pages/backend_customers_helper.js') ?>"></script>
|
||||
|
@ -226,4 +226,4 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<?php section('script') ?>
|
||||
<?php section('scripts') ?>
|
||||
|
|
Loading…
Reference in a new issue