added appointments
This commit is contained in:
@@ -85,7 +85,6 @@ $stmt = $pdo->prepare("
|
||||
a.end_at,
|
||||
a.status,
|
||||
a.notes,
|
||||
a.price_paid,
|
||||
c.first_name AS customer_first,
|
||||
c.last_name AS customer_last,
|
||||
c.phone AS customer_phone,
|
||||
@@ -167,7 +166,6 @@ $appointments = $stmt->fetchAll();
|
||||
<a href="appointments.php" class="btn btn-success px-4 py-3"><i class="bx bx-calendar-check me-2"></i> Appuntamenti</a>
|
||||
<a href="staff.php" class="btn btn-info px-4 py-3"><i class="bx bx-group me-2"></i> Staff</a>
|
||||
<a href="finances.php" class="btn btn-warning px-4 py-3"><i class="bx bx-euro me-2"></i> Incassi</a>
|
||||
<a href="new_appointment.php" class="btn btn-dark px-4 py-3"><i class="bx bx-plus-medical me-2"></i> Nuovo Appuntamento</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user