diff --git a/ChangeLog b/ChangeLog
index 85ac7de62a0..9a0e3d99955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,7 @@ For users:
- New: Add option INVOICE_CAN_NEVER_BE_REMOVED.
- New: Enhance agenda module to reach RFC2445 (add busy information).
- New: Add module Opensurvey.
+- New: Default aprrover for holidays i sby default hierchical parent.
- First change to prepare feature "click to print" (IPP) for PDF.
For translators:
@@ -58,10 +59,10 @@ For developers:
modules.
WARNING: If you used external modules, some of them may need to be upgraded due to:
-- fields of classes were renamed to be normalized (nom, prenom, cp, ville, adresse were
- renamed into lastname, firstname, zip, town, address).
+- Fields of classes were renamed to be normalized (nom, prenom, cp, ville, adresse, tel
+ were renamed into lastname, firstname, zip, town, address, phone).
This may also be true for some fields into web services.
-- if module use hook pdf_writelinedesc, module may have to add return 1 at end of
+- If module use hook pdf_writelinedesc, module may have to add return 1 at end of
function to keep same behaviour.
@@ -76,6 +77,9 @@ WARNING: If you used external modules, some of them may need to be upgraded due
- Fix: [ bug #787 ] Invoice supplier box incorrect tooltip when delay on payment
- Fix: [ bug #794 ] Lost filter on zipcode in prospect list
- Fix: [ bug #774 ] Bug on creating event with box "all day" crossed
+- Fix: [ bug #817 ] Purchases journal does not reflect localtaxes
+- Fix: [ bug #816 ] Sales journal does not reflect localtaxes
+- Fix: Orderstoinvoice didn't act as expected when no order was checked
diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php
index 2fa5af1cc1b..ef986dacbbb 100755
--- a/htdocs/adherents/admin/adherent_extrafields.php
+++ b/htdocs/adherents/admin/adherent_extrafields.php
@@ -58,8 +58,6 @@ require DOL_DOCUMENT_ROOT.'/core/admin_extrafields.inc.php';
* View
*/
-$textobject=$langs->transnoentitiesnoconv("Members");
-
$help_url='EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros';
llxHeader('',$langs->trans("MembersSetup"),$help_url);
@@ -73,7 +71,7 @@ $head = member_admin_prepare_head();
dol_fiche_head($head, 'attributes', $langs->trans("Members"), 0, 'user');
-print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n";
+print $langs->trans("DefineHereComplementaryAttributes", $langs->transnoentitiesnoconv("Members")).'
'."\n";
print '
';
// Load attribute_label
diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php
index 6bef7622a2b..17a39148eba 100644
--- a/htdocs/adherents/card_subscriptions.php
+++ b/htdocs/adherents/card_subscriptions.php
@@ -505,7 +505,7 @@ if ($rowid)
print $form->showrefnav($object, 'rowid', $linkback);
print '';
- $showphoto='
| '.$langs->trans("BookmarkTitle").' | '.$langs->trans("SetHereATitleForLink").' | |
| '.$langs->trans("BookmarkTitle").' | '.$langs->trans("SetHereATitleForLink").' | |
| '.$langs->trans("UrlOrLink").' | '.$langs->trans("UseAnExternalHttpLinkOrRelativeDolibarrLink").' | |
| '.$langs->trans("UrlOrLink").' | '.$langs->trans("UseAnExternalHttpLinkOrRelativeDolibarrLink").' | |
| '.$langs->trans("BehaviourOnClick").' | '; $liste=array(0=>$langs->trans("ReplaceWindow"),1=>$langs->trans("OpenANewWindow")); print $form->selectarray('target',$liste,1); - print ' | '.$langs->trans("ChooseIfANewWindowMustBeOpenedOnClickOnBookmark").' | '.$langs->trans("ChooseIfANewWindowMustBeOpenedOnClickOnBookmark").' | '; print '
| '.$langs->trans("Owner").' | '; $form->select_users(isset($_POST['userid'])?$_POST['userid']:$user->id,'userid',1); - print ' | '; // Position print ' |
| '.$langs->trans("Position").' | '; print 'position).'">'; - print ' | '; print ' |
| ';
+
print ' ';
+
$max=3;
@@ -323,7 +323,6 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
}
-//print ' | ';
print ' ';
@@ -1032,9 +1031,10 @@ if ($resql)
print " |