www/includes/db_inventory_suppliers.php

changeset 296
69fadd1aded2
parent 77
a9f8de2d7b2b
child 715
8fb922c00a2d
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
79 'email' => $row['email'], 79 'email' => $row['email'],
80 'phone' => $row['phone'], 80 'phone' => $row['phone'],
81 'notes' => $row['notes'] 81 'notes' => $row['notes']
82 ); 82 );
83 } 83 }
84 header("Content-type: application/json");
84 echo json_encode($suppliers); 85 echo json_encode($suppliers);
85 } 86 }
86 ?> 87 ?>

mercurial