Commit 4e6a29bf authored by Nicolas Delaby's avatar Nicolas Delaby

Add missing parameter in ZSQLMethod

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19564 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d6c8b60
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
<key> <string>_data</string> </key> <key> <string>_data</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>asMovementList</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>getDestinationFunctionUid</string> </key> <key> <string>getDestinationFunctionUid</string> </key>
<value> <value>
...@@ -204,6 +210,7 @@ ...@@ -204,6 +210,7 @@
<string>getPortalType</string> <string>getPortalType</string>
<string>getVariationText</string> <string>getVariationText</string>
<string>getSubVariationText</string> <string>getSubVariationText</string>
<string>asMovementList</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -220,30 +227,31 @@ ...@@ -220,30 +227,31 @@
</item> </item>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>uid\n <value> <string>uid\r\n
getResourceUid\n getResourceUid\r\n
getInventoriatedQuantity\n getInventoriatedQuantity\r\n
getSourceUid\n getSourceUid\r\n
getDestinationUid\n getDestinationUid\r\n
getSourceSectionUid\n getSourceSectionUid\r\n
getDestinationSectionUid\n getDestinationSectionUid\r\n
isMovement\n isMovement\r\n
isInventoryMovement\n isInventoryMovement\r\n
getSourcePaymentUid\n getSourcePaymentUid\r\n
getDestinationPaymentUid\n getDestinationPaymentUid\r\n
getSourceFunctionUid\n getSourceFunctionUid\r\n
getDestinationFunctionUid\n getDestinationFunctionUid\r\n
getSourceProjectUid\n getSourceProjectUid\r\n
getDestinationProjectUid\n getDestinationProjectUid\r\n
getSimulationState\n getSimulationState\r\n
getSourceInventoriatedTotalAssetPrice\n getSourceInventoriatedTotalAssetPrice\r\n
getDestinationInventoriatedTotalAssetPrice\n getDestinationInventoriatedTotalAssetPrice\r\n
getStartDate\n getStartDate\r\n
getStopDate\n getStopDate\r\n
isAccountable\n isAccountable\r\n
getPortalType\n getPortalType\r\n
getVariationText\n getVariationText\r\n
getSubVariationText</string> </value> getSubVariationText\r\n
asMovementList</string> </value>
</item> </item>
<item> <item>
<key> <string>cache_time_</string> </key> <key> <string>cache_time_</string> </key>
......
309 310
\ No newline at end of file \ No newline at end of file
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