Commit 27574327 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Add is_cancellation in both z_create_stock and z_catalog_stock_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31175 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd01b5fd
......@@ -97,6 +97,7 @@ CREATE TABLE `stock` (\n
`mirror_node_uid` BIGINT UNSIGNED,\n
`resource_uid` BIGINT UNSIGNED,\n
`quantity` real ,\n
`is_cancellation` BOOLEAN, \n
`date` datetime,\n
`total_price` real ,\n
`portal_type` VARCHAR(255),\n
......@@ -169,6 +170,7 @@ CREATE TABLE `stock` (\n
`mirror_node_uid` BIGINT UNSIGNED,\n
`resource_uid` BIGINT UNSIGNED,\n
`quantity` real ,\n
`is_cancellation` BOOLEAN,\n
`date` datetime,\n
`total_price` real ,\n
`portal_type` VARCHAR(255),\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment