Commit bd543d2d authored by Sebastien Robin's avatar Sebastien Robin

erp5_calendar: rename Person_zGetAvailableTime to Node_zGetAvailableTime

parent 34bc99d0
...@@ -51,7 +51,7 @@ simulation_state:list</string> </value> ...@@ -51,7 +51,7 @@ simulation_state:list</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Person_zGetAvailableTime</string> </value> <value> <string>Node_zGetAvailableTime</string> </value>
</item> </item>
<item> <item>
<key> <string>max_cache_</string> </key> <key> <string>max_cache_</string> </key>
...@@ -83,7 +83,6 @@ SET @result := 0,\n ...@@ -83,7 +83,6 @@ SET @result := 0,\n
@current_stop_date := <dtml-sqlvar expr="from_date" type="datetime">,\n @current_stop_date := <dtml-sqlvar expr="from_date" type="datetime">,\n
@countable := -1,\n @countable := -1,\n
@total_quantity := 0;\n @total_quantity := 0;\n
<dtml-var sql_delimiter>\n <dtml-var sql_delimiter>\n
\n \n
SELECT \n SELECT \n
......
386 387
\ No newline at end of file \ No newline at end of file
...@@ -2924,7 +2924,7 @@ class SimulationTool(BaseTool): ...@@ -2924,7 +2924,7 @@ class SimulationTool(BaseTool):
portal.getPortalTransitInventoryStateList() + \ portal.getPortalTransitInventoryStateList() + \
portal.getPortalReservedInventoryStateList() portal.getPortalReservedInventoryStateList()
sql_result = portal.Person_zGetAvailableTime( sql_result = portal.Node_zGetAvailableTime(
from_date=from_date, from_date=from_date,
to_date=to_date, to_date=to_date,
portal_type=portal_type, portal_type=portal_type,
......
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