mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-15 12:33:01 +03:00
Fixed wrong args passed to Service sort in delete
This commit is contained in:
parent
ffeda6a86b
commit
8ffcb20e8e
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class Services_model extends EA_Model
|
|||
public function delete(int $service_id): void
|
||||
{
|
||||
$this->db->delete('services', ['id' => $service_id]);
|
||||
$this->sort_column('row_order');
|
||||
$this->sort_column('services');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue