Commit 772680a5 authored by Vincent Desmares's avatar Vincent Desmares

2008-08-11 vincentd

* fix Base_jumpToRelatedObject to avoid a probleme with bad form_id when jumping on a single object

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22960 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1497d46e
......@@ -104,6 +104,8 @@ elif len(related_list) == 1:\n
if related_object is not None and checkPerm("View", related_object) :\n
if target_form_id is not None:\n
form_id = target_form_id\n
else:\n
form_id = \'view\'\n
url = related_object.absolute_url()\n
message = N_(\n
# first, try to get a full translated message with portal types\n
......
2008-08-11 vincentd
* fix Base_jumpToRelatedObject to avoid a probleme with bad form_id when jumping on a single object
2008-08-06 jerome
* Change Movement_getPriceCalculationOperandDict to use source_section / destination_section instead of source / destination.
* Change Movement_getPriceCalculationOperandDict to give priority to supply lines contained in related trade conditions.
......
930
\ No newline at end of file
932
\ No newline at end of file
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