diff --git a/functions/dashboard.php b/functions/dashboard.php index beb75699..b16c604a 100644 --- a/functions/dashboard.php +++ b/functions/dashboard.php @@ -831,13 +831,13 @@ function orders_module( $url ) { $bank = callDoliApi("GET", "/bankaccounts/".$chq->value, null, dolidelay(MONTH_IN_SECONDS, esc_attr(isset($_GET["refresh"]) ? $_GET["refresh"] : null))); -echo "
".sprintf( __( 'Please send your cheque in the amount of %1$s with reference %2$s to %3$s at the following address', 'doliconnect' ), doliprice($orderfo->multicurrency_total_ttc?$orderfo->multicurrency_total_ttc:$orderfo->total_ttc,$orderfo->multicurrency_code), $orderfo->ref, $bank->proprio).":
$bank->owner_address
$change".sprintf( __( 'Please send your cheque in the amount of %1$s with reference %2$s to %3$s at the following address', 'doliconnect' ), doliprice($orderfo, 'ttc', isset($orderfo->multicurrency_code) ? $orderfo->multicurrency_code : null), $orderfo->ref, $bank->proprio).":
$bank->owner_address
$change".sprintf( __( 'Please send your transfert in the amount of %1$s with reference %2$s at the following account', 'doliconnect' ), doliprice($orderfo->multicurrency_total_ttc?$orderfo->multicurrency_total_ttc:$orderfo->total_ttc,$orderfo->multicurrency_code), $orderfo->ref ).":"; +echo "
".sprintf( __( 'Please send your transfert in the amount of %1$s with reference %2$s at the following account', 'doliconnect' ), doliprice($orderfo, 'ttc', isset($orderfo->multicurrency_code) ? $orderfo->multicurrency_code : null), $orderfo->ref ).":";
echo "
IBAN: $bank->iban";
if ( ! empty($bank->bic) ) { echo "
BIC/SWIFT: $bank->bic";}
echo "