- 29 May, 2008 6 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Delivery and Order's getTotalPrice usually sum getTotalPrice for the enclosed movements, so it's better not to return None. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
tests the case of an order line containing another order line where price is not set (getPrice() returns None) getTotalPrice should return 0 in that case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
fix page templates according to this new css value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 23 commits
-
-
Yusei Tahara authored
* Add comment field in GlossaryTerm_view and original location where correspnding field or workflow id was found will be stored in the comment field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* Uncheck all "acquire permission settings" box on each state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Encode subject header. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix AccountModule_getTransactionListUrl for virtual hosting (was producing an URL using getPath instead of absolute_url) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add metadata header in the generated po file, otherwise gettext tools cannot be used to manipulate the file git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add fast parameter in Movement._getTotalPrice (ignored, but here for consistency) Update _getTotalPrice / getTotalPrice on some Movement subclasses to support default argument (default is still 0.0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* give Modify portal content to Manager role in closed state * call Assignment_setStopDate in after script of close transition, and add a Manager proxy role to this script.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Set default value of form_id parameter at 'view' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Module Products.ERP5Type.Document.Order, line 76, in getTotalPrice Module Products.ERP5.Document.Delivery, line 124, in getTotalPrice TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' when this delivery contain a cell where price is not defined. This test case reproduces this bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Try to make the request temp parameter more robust (revert this change if it causes more troubles than solution) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
runner git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2008 11 commits
-
-
Rafael Monnerat authored
Set a local Tales. changed to use here.portal_categories['quantity_unit'] instead get category from field Id git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
it again to omit REQUEST parameter. Thanks JM git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
both ListWidget and RadioWidget are some SingleItemsWidget ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the current date (this is currently failing because setStopDate is called in the workflow script and the user does not have Modify portal content at this stage) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* give Modify portal content to Manager role in closed state * call Assignment_setStopDate in after script of close transition, and add a Manager proxy role to this script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Only disable GC when a test is run, to avoid disabling GC for everybody importing the file. I'm not sure if GC should be re-enabled at tear down, and prefer not to do so for the moment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-