Skip to content
Snippets Groups Projects
Commit 3d3b939c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #145 from viniciusvgn/develop

Fix: Problem Loading The Type of Payment
parents 4cc13064 4be45380
Branches
Tags
No related merge requests found
Showing
with 10 additions and 6 deletions
......@@ -2,6 +2,7 @@
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copytight (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* Copytight (C) 20012-2012 Vinícius Nogueira <viniciusvgn@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -211,7 +212,7 @@ if ($resql)
// Payment type
print "<td align=\"center\">";
$labeltype=$langs->getLabelFromKey($db,$objp->fk_type,'c_paiement','code','libelle');
$labeltype=($langs->trans("PaymentTypeShort".$objp->fk_type)!="PaymentTypeShort".$objp->fk_type)?$langs->trans("PaymentTypeShort".$objp->fk_type):$objp->fk_type;
if ($labeltype == 'SOLD') print '&nbsp;'; //$langs->trans("InitialBankBalance");
else print $labeltype;
print "</td>\n";
......
......@@ -13,6 +13,8 @@ BillsUnpayed=Pendentes de Pagamento
BillsLate=Atrasos de Pagamento
BillsStatistics=Estatísticas faturas a clientes
BillsStatisticsSuppliers=Estatísticas faturas de Fornecedores
RelatedBill=Fatura Anexo
RelatedBills=Faturas Anexos
InvoiceStandard=Fatura Standard
InvoiceStandardAsk=Fatura Standard
InvoiceStandardDesc=Este tipo de fatura é a fatura tradicional. Também é conhecida como <b>Fatura de Débito</b>.
......@@ -184,8 +186,6 @@ RemainderToTake=Falta Cobrar
AmountExpected=Valor Reclamado
ExcessReceived=Recebido em Excesso
EscompteOffered=Desconto (Pronto pagamento)
CreateDraft=Criar Rascunho
CreateeDraft=Criar Rascunho
SendBillRef=Enviar Fatura %s
SendReminderBillRef=Lembrete Fatura %s
StandingOrders=Débitos Diretos
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
# Dolibarr language file - pt_BR rev. 0.0 - main
# 2012 Vinícius Nogueira <viniciusvgn@gmail.com>
CHARSET=UTF-8
SeparatorDecimal=,
SeparatorThousand=.
......@@ -279,6 +280,7 @@ ActionRunningShort=Iniciado
ActionDoneShort=Terminado
CompanyFundation=Empresa ou Instituição
ContactsForCompany=Contatos desta empresa
ContactsAddressesForCompany=Contatos/Endereços do Cliente ou Fornecedor
ActionsOnCompany=Ações nesta sociedade
NActions=%s ações
NActionsLate=%s em atraso
......@@ -520,5 +522,6 @@ ShortThursday=Qui
ShortFriday=Sex
ShortSaturday=Sab
ShortSunday=Dom
CreateDraft=Criar Rascunho
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment