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