Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
abafc587
Commit
abafc587
authored
Mar 09, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stabilise date manipulation.
parent
bf074329
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
master/bt5/vifib_slap/SkinTemplateItem/portal_skins/vifib_slap/Person_updateOpenOrder.xml
...teItem/portal_skins/vifib_slap/Person_updateOpenOrder.xml
+7
-4
master/bt5/vifib_slap/bt/revision
master/bt5/vifib_slap/bt/revision
+1
-1
No files found.
master/bt5/vifib_slap/SkinTemplateItem/portal_skins/vifib_slap/Person_updateOpenOrder.xml
View file @
abafc587
...
@@ -105,10 +105,13 @@ for add_kw in add_kw_list:\n
...
@@ -105,10 +105,13 @@ for add_kw in add_kw_list:\n
hosting_subscription_mapping[add_kw[\'aggregate\']] = id\n
hosting_subscription_mapping[add_kw[\'aggregate\']] = id\n
just_added_hosting_kw[add_kw[\'aggregate\']] = 1\n
just_added_hosting_kw[add_kw[\'aggregate\']] = 1\n
\n
\n
if open_sale_order is not None:\n
for start_date_tuple in start_date_tuple_list:\n
for start_date_tuple in start_date_tuple_list:\n
if start_date_tuple[0] in hosting_subscription_mapping:\n
if start_date_tuple[0] in hosting_subscription_mapping:\n
if open_sale_order is None:\n
open_sale_order[hosting_subscription_mapping[start_date_tuple[0]]].setStartDate(start_date_tuple[1])\n
open_sale_order = previous_open_sale_order.Base_createCloneDocument(batch_mode=1)\n
line = open_sale_order[hosting_subscription_mapping[start_date_tuple[0]]]\n
if line.getStartDate() != start_date_tuple[1]:\n
line.setStartDate(start_date_tuple[1])\n
\n
\n
if stop_date is not None:\n
if stop_date is not None:\n
# check if needed to update\n
# check if needed to update\n
...
...
master/bt5/vifib_slap/bt/revision
View file @
abafc587
628
629
\ No newline at end of file
\ No newline at end of file
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