From 793f4961f62e39244faa3c408aa79336f4f5cf21 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Feb 2012 01:04:49 +0100 Subject: [PATCH] Update doc --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9160cc63ca..ab9af1c2d35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -85,12 +85,18 @@ WARNING: To reduce technic debt, all functions dolibarr_xxx were renamed int dol - New: Add option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS. With this option added, credit notes are not removed from total amount of invoice but are just payments used to reducs remain to pay. +- New: Added hidden option MAIN_FIX_FOR_BUGGED_MTA to fix bugged MTA. - Fix: Removed warnings during install. -- Fix: State into address of paypal payments were lost +- Fix: State into address of paypal payments were lost. +- Fix: Currency into paypal payments were always euros. - Fix: Removed Bare LF from emails sent with smtps method. - Fix: Can show report on selected period. - Fix: product removed from list after deleted into order. -- Fix: pgsql can connect using socket. +- Fix: [bug #270] PostgreSQL backend try to connect throught TCP socket for +- Fix: price was not without tax when using multiprice into POS module. +- Fix: Can delete bank account. +- Fix: [ bug #277 ] Year dropdown in table header of supplier invoices. +- Fix: Some other very minor fixes. ***** ChangeLog for 3.1 compared to 3.0 *****