www/getmiscsources.php

changeset 296
69fadd1aded2
parent 60
dbbe408108ea
child 705
d77b723f7b35
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
18 'amount_is_weight' => $row['amount_is_weight'], 18 'amount_is_weight' => $row['amount_is_weight'],
19 'inventory' => $row['inventory'], 19 'inventory' => $row['inventory'],
20 'cost' => $row['cost'] 20 'cost' => $row['cost']
21 ); 21 );
22 } 22 }
23 header("Content-type: application/json");
23 echo json_encode($miscs); 24 echo json_encode($miscs);

mercurial