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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
erp5
Commits
6e088d2f
Commit
6e088d2f
authored
Nov 14, 2012
by
Rafael Monnerat
👻
Committed by
Xiaowu Zhang
Feb 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize search of Shipping Services
parent
207cedd4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/SaleOrder_getAvailableShippingResourceList.xml
...5_commerce/SaleOrder_getAvailableShippingResourceList.xml
+3
-3
bt5/erp5_commerce/bt/revision
bt5/erp5_commerce/bt/revision
+1
-1
No files found.
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce/SaleOrder_getAvailableShippingResourceList.xml
View file @
6e088d2f
...
...
@@ -198,9 +198,9 @@ portal = context.getPortalObject()\n
# XXX hardcoded category\n
shipping_product_line_category_uid = portal.portal_categories.product_line.shipping.getUid()\n
\n
return
[r.getObject() for r in portal.portal_catalog(
\n
product_line_uid=shipping_product_line_category_uid,
\n
portal_type=portal.getPortalResourceTypeList())]
\n
return
portal.portal_catalog(product_line_uid=shipping_product_line_category_uid,
\n
portal_type=portal.getPortalResourceTypeList(),
\n
validation_state="published")
\n
</string>
</value>
</item>
<item>
...
...
bt5/erp5_commerce/bt/revision
View file @
6e088d2f
300
\ No newline at end of file
301
\ 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