mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-12 19:09:34 -04:00
Fix supplier category after update (#2972)
This commit is contained in:
@@ -22,6 +22,7 @@ class Suppliers extends Persons
|
||||
public function get_row($row_id)
|
||||
{
|
||||
$data_row = $this->xss_clean(get_supplier_data_row($this->Supplier->get_info($row_id)));
|
||||
$data_row['category'] = $this->Supplier->get_category_name($data_row['category']);
|
||||
|
||||
echo json_encode($data_row);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user