fk_order_type_key == OrderTypeConstant::ORDER_TYPE_DEVIS; $isOrderPurchase = $order->fk_order_type_key == OrderTypeConstant::ORDER_TYPE_PURCHASE; $orderComment = $order->order_comment == null || $order->order_comment == "" ? "-": $order->order_comment; $clientFullName = $isOrderDevis ? $order->thanato_nom . " " . $order->thanato_prenom : $order->provider_name . " " . $order->provider_last_name; $clientCompanyName = $isOrderDevis ? $order->thanato_company_name : $order->provider_company_name; $clientAddress = $isOrderDevis ? $order->thanato_address . ' ' . $order->thanato_city : $order->provider_address.' '.$order->provider_city; $clientEmail = $isOrderDevis ? $order->thanato_email : $order->provider_email; $clientSiret = $isOrderDevis ? $order->thanato_siret : $order->provider_siret_number; $clientPhone = $isOrderDevis ? $order->thanato_phone : $order->provider_phone; ?>
prenom . " " . $configuration->nom; ?>
adresse; ?>
mail; ?>
telephone; ?>
| t('Reference'));?> | t('Designation'));?> | t('Quantity'));?> | t('Unit price without VAT'));?> | t('Total without VAT'));?> |
|---|
| t('Total without VAT'));?> | t('VAT Rate'));?> | t('Total VAT'));?> | t('Total Price'));?> |
|---|
t('Please set in global configuration'));?>
entreprise; ?>
adresse; ?>
legal_one; ?>
legal_two; ?>