Commit b138d42f authored by Sebastien Robin's avatar Sebastien Robin

replace the insert_catalog_line by insert_line, so the table delivery is correctly completed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2943 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 90ba96f3
......@@ -16,8 +16,8 @@ getDestinationSectionUid
getResourceUid
getStartDate
getStopDate
insert_catalog_line</params>
<dtml-if insert_catalog_line>
insert_line</params>
<dtml-if insert_line>
INSERT INTO delivery(uid) VALUES (<dtml-sqlvar uid type="int">);
<dtml-var "'\0'">
......
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