deliver perform issue fixed

This commit is contained in:
gandhimathi 2018-06-30 07:00:04 +00:00
parent 36b5f08969
commit 5c53b38dd4

View File

@ -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();
}