|
@@ -23,7 +23,7 @@ Following changes may create regressions for some external modules, but were nec
|
|
|
you must now also include declaration of the Trait 'CommonIncoterm' in your class. All incoterm functions were moved into this Trait.
|
|
|
* The GETPOST(..., 'alpha') has now the same behaviour than GETPOST(..., 'alphanohtml') so no html will be allowed. Use GETPOST(..., 'restricthtml') to accept HTML.
|
|
|
* If you have links in your code with '&action=delete' as a parameter, you must also add '&token='.newToken() as another parameter to avoid CSRF protection errors.
|
|
|
-
|
|
|
+* The API addPayment for api_invoice has evolved to accept amount into a foreign currency. You must provide array(amount=>X,mutlicurrency_ammount=>Y) instead of amount.
|
|
|
|
|
|
***** ChangeLog for 12.0.3 compared to 12.0.2 *****
|
|
|
FIX: 10.0 - when the mime file name is different from the filesystem name, the attachment name should be the mime filename
|