{* * 2012 Firmes * Mechanizmy obsługi rozszerzenia FirmesLink B2B * Obsluga wyswietlania historii dokumentow *} {if isset($customerInfo) && count($customerInfo)}
| {l s='Przyznany limit kredytu kupieckiego:' mod='firmesb2b'} | {$customerInfo.creditLimit|string_format:"%.2f"} | |
| {l s='Wykorzystany kredyt kupiecki:' mod='firmesb2b'} | {$customerInfo.creditUsed|string_format:"%.2f"} | |
| {l s='Przeterminowane płatności:' mod='firmesb2b'} | {if $customerInfo.creditOverdue > 0}{$customerInfo.creditOverdue|string_format:"%.2f"} | {else}{$customerInfo.creditOverdue|string_format:"%.2f"} | {/if}
| {l s='Rabat:' mod='firmesb2b'} | {$customerInfo.shopDiscount|string_format:"%.2f"}% | |
| {l s='Opiekun:' mod='firmesb2b'} {$customerInfo.consultant} {if $customerInfo.consultantEmail != ''} {$customerInfo.consultantEmail} {/if} {if $customerInfo.consultantPhone != ''} tel. {$customerInfo.consultantPhone} {/if} |
||