www/includes/db_inventory_suppliers.php

changeset 296
69fadd1aded2
parent 77
a9f8de2d7b2b
child 715
8fb922c00a2d
--- a/www/includes/db_inventory_suppliers.php	Mon Feb 25 22:53:41 2019 +0100
+++ b/www/includes/db_inventory_suppliers.php	Tue Feb 26 16:18:16 2019 +0100
@@ -81,6 +81,7 @@
 			'notes' => $row['notes']
 		);
 	}
+	header("Content-type: application/json");
 	echo json_encode($suppliers);
 }
 ?>

mercurial