Commit 0fc11df4 authored by Jérome Perrin's avatar Jérome Perrin

catalog grouping reference


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3300 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5344ab3b
......@@ -37,6 +37,7 @@ validation_state
payment_state
event_state
getReference
getGroupingReference
getSourceReference
getDestinationReference
getStringIndex
......@@ -77,6 +78,7 @@ VALUES
<dtml-sqlvar expr="invoice_state[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getOrderId[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getReference[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getGroupingReference[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getSourceReference[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getDestinationReference[loop_item]" type="string" optional>,
<dtml-sqlvar expr="getStringIndex[loop_item]" type="string" optional>,
......
......@@ -43,6 +43,7 @@ CREATE TABLE `catalog` (
`event_state` varchar(255) default '',
`order_id` varchar(255) default '',
`reference` varchar(255) default '',
`grouping_reference` varchar(30) default '',
`source_reference` varchar(255) default '',
`destination_reference` varchar(255) default '',
`string_index` varchar(255),
......
......@@ -37,6 +37,7 @@ validation_state
payment_state
event_state
getReference
getGroupingReference
getSourceReference
getDestinationReference
getStringIndex
......@@ -80,6 +81,7 @@ UPDATE catalog SET uid=<dtml-sqlvar uid type="int">,
invoice_state=<dtml-sqlvar invoice_state type="string" optional>,
order_id=<dtml-sqlvar getOrderId type="string" optional>,
reference=<dtml-sqlvar getReference type="string" optional>,
grouping_reference=<dtml-sqlvar getGroupingReference type="string" optional>,
source_reference=<dtml-sqlvar getSourceReference type="string" optional>,
destination_reference=<dtml-sqlvar getDestinationReference type="string" optional>,
string_index=<dtml-sqlvar getStringIndex type="string" optional>,
......
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