diff --git a/ChangeLog b/ChangeLog
index 66e4a8cfd89..db9fc3b9f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ English Dolibarr ChangeLog
***** ChangeLog for 3.4 compared to 3.3 *****
For users:
+- New: Support revenue stamp onto invoices.
- New: Add a tab "consumption" on thirdparties to list products bought/sells.
- New: Some performance enhancements.
- New: Can attach files onto trip and expenses modules.
diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index 55ad5902e13..55a8a8b8b60 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -547,7 +547,7 @@ if ($action == 'edit' || $action == 'updateedit')
/*
* Local Taxes
*/
- if ($mysoc->hasLocalTax(1))
+ if ($mysoc->useLocalTax(1))
{
// Local Tax 1
print '
';
@@ -579,7 +579,7 @@ if ($action == 'edit' || $action == 'updateedit')
print "\n";
print "";
}
- if ($mysoc->hasLocalTax(2))
+ if ($mysoc->useLocalTax(2))
{
// Local Tax 2
print '
';
@@ -927,7 +927,7 @@ else
/*
* Local Taxes
*/
- if ($mysoc->hasLocalTax(1))
+ if ($mysoc->useLocalTax(1))
{
// Local Tax 1
print '
';
@@ -960,7 +960,7 @@ else
print "";
}
- if ($mysoc->hasLocalTax(2))
+ if ($mysoc->useLocalTax(2))
{
// Local Tax 2
print '
';
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 477fb64d896..bdd61a6ace3 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1487,7 +1487,7 @@ if ($action == 'send' && ! GETPOST('addfile') && ! GETPOST('removedfile') && ! G
else
{
print '
| '; + print $langs->trans('RevenueStamp'); + print ' | '; + if ($action != 'editrevenuestamp' && ! empty($object->brouillon) && $user->rights->facture->creer) print 'id.'">'.img_edit($langs->trans('SetRevenuStamp'),1).' | '; + print '