www/includes/db_inventory_miscs.php

changeset 296
69fadd1aded2
parent 200
7b2f11652d67
child 514
3c680d1dea35
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
88 'cost' => $row['cost'], 88 'cost' => $row['cost'],
89 'production_date' => $row['production_date'], 89 'production_date' => $row['production_date'],
90 'tht_date' => $row['tht_date'] 90 'tht_date' => $row['tht_date']
91 ); 91 );
92 } 92 }
93 header("Content-type: application/json");
93 echo json_encode($miscs); 94 echo json_encode($miscs);
94 } 95 }
95 ?> 96 ?>

mercurial