deliver perform issue fixed
This commit is contained in:
parent
36b5f08969
commit
5c53b38dd4
@ -267,7 +267,7 @@ join ip_invoice_items on ip_invoice_items .invoice_id =ip_invoices.invoice_id
|
||||
|
||||
}
|
||||
|
||||
$sql .= "ORDER BY ip_invoices.invoice_date_created DESC";
|
||||
$sql .= " ORDER BY ip_invoices.invoice_date_created DESC";
|
||||
$query = $this->db->query($sql);
|
||||
return $query->result();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user