-
Bonjour,
Pouvez-vous nous indiquer les commandes que vous avez effectué ?
Pierre.
2009-04-20 20:30:00 UTC in Neogia
-
File Added: crmsfa-1.0-469.patch.
2007-11-18 09:47:20 UTC in Neogia
-
add row-count="true" in the header of the form
Pierre.
2007-07-24 14:16:32 UTC in Neogia
-
If paginate is set to false then wiev-size is never used. Only DEFAULT_PAGE_SIZE is used.
1/ in init() Modelform wiev-size is getting :
setDefaultViewSize(formElement.getAttribute("view-size"));
=>OK
2/ this value is set to defaultViewSize
defaultViewSize = sz.intValue();
=> OK
3/ in getListLimits() Modelform if paginate is false then DEFAULT_PAGE_SIZE is used and not...
2007-07-21 17:14:01 UTC in Neogia
-
If free shipping promotion should be apply on order, this one is not apply ...
This patch do not apply shipping charge if a free shipping charge is detected.
2007-07-21 16:59:14 UTC in Neogia
-
restore order sales return.
2007-07-10 21:20:44 UTC in Neogia
-
File Added: party_lookup.txt.
2007-06-15 08:39:06 UTC in Neogia
-
File Added: fix_shipmenItemBilling.txt.
2007-06-13 10:46:34 UTC in Neogia
-
Create invoice from shipment do not any more populate entity shipmentItemBilling.
2007-06-13 10:44:40 UTC in Neogia
-
When an orderItem is cancelled from ecommerce order history view there is an error due to a permission check from recreateorderAdjustment services.
In ecommerce, party has no order permission.
In ofbiz Head this service is no more used.
2007-05-25 07:47:11 UTC in Neogia