Changed purch_order.requisition_no field name to supp_reference, cleanups in purch_or...
[fa-stable.git] / sql / en_US-demo.sql
index 3d3ee277140483a329f444d0051d508513b5a7cf..ca9656ba81c2fdd011ec28047d1723b5241211a3 100644 (file)
@@ -1217,7 +1217,7 @@ CREATE TABLE `0_purch_orders` (
   `comments` tinytext,
   `ord_date` date NOT NULL DEFAULT '0000-00-00',
   `reference` tinytext NOT NULL,
-  `requisition_no` tinytext,
+  `supp_reference` tinytext,
   `into_stock_location` varchar(5) NOT NULL DEFAULT '',
   `delivery_address` tinytext NOT NULL,
   `total` double NOT NULL DEFAULT '0',