Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
erp5
Commits
5ee61a2b
Commit
5ee61a2b
authored
Apr 15, 2014
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_calendar: rename Person_zGetAvailableTime to Node_zGetAvailableTime
parent
d23c2a26
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/Node_zGetAvailableTime.xml
...tem/portal_skins/erp5_calendar/Node_zGetAvailableTime.xml
+1
-2
bt5/erp5_calendar/bt/revision
bt5/erp5_calendar/bt/revision
+1
-1
product/ERP5/Tool/SimulationTool.py
product/ERP5/Tool/SimulationTool.py
+1
-1
No files found.
bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/
Person
_zGetAvailableTime.xml
→
bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/
Node
_zGetAvailableTime.xml
View file @
5ee61a2b
...
...
@@ -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
...
...
bt5/erp5_calendar/bt/revision
View file @
5ee61a2b
386
\ No newline at end of file
387
\ No newline at end of file
product/ERP5/Tool/SimulationTool.py
View file @
5ee61a2b
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment