diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 2da0cb9f87d..059fcd12747 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1920,7 +1920,7 @@ function get_default_tva($societe_vendeuse, $societe_acheteuse, $taux_produit) if (! is_numeric($societe_vendeuse->tva_assuj) && $societe_vendeuse->tva_assuj=='franchise') return 0; // Si le (pays vendeur = pays acheteur) alors la TVA par défaut=TVA du produit vendu. Fin de règle. - if (is_object($societe_acheteuse) && ($societe_vendeuse->pays_id == $societe_acheteuse->pays_id) && $societe_acheteuse->tva_assuj == 1) + if (is_object($societe_acheteuse) && ($societe_vendeuse->pays_id == $societe_acheteuse->pays_id) && ($societe_acheteuse->tva_assuj == 1 || $societe_acheteuse->tva_assuj == 'reel')) { return $taux_produit; } diff --git a/htdocs/theme/dev/img/ajaxworking.gif b/htdocs/theme/dev/img/ajaxworking.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/dev/img/ajaxworking.gif and /dev/null differ diff --git a/htdocs/theme/dolibarr/img/ajaxworking.gif b/htdocs/theme/dolibarr/img/ajaxworking.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/dolibarr/img/ajaxworking.gif and /dev/null differ diff --git a/htdocs/theme/eldy/img/ajaxworking.gif b/htdocs/theme/eldy/img/ajaxworking.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/eldy/img/ajaxworking.gif and /dev/null differ diff --git a/htdocs/theme/freelug/img/ajaxworking.gif b/htdocs/theme/freelug/img/ajaxworking.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/freelug/img/ajaxworking.gif and /dev/null differ diff --git a/htdocs/theme/yellow/img/ajaxworking.gif b/htdocs/theme/yellow/img/ajaxworking.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/yellow/img/ajaxworking.gif and /dev/null differ