Fix navigation/translation
This commit is contained in:
parent
0abcf5694c
commit
ee870342ef
@ -32,7 +32,7 @@ $langs->load("bills");
|
|||||||
|
|
||||||
$id=GETPOST("id",'int');
|
$id=GETPOST("id",'int');
|
||||||
|
|
||||||
$socid = GETPOST('id','int');
|
$socid = GETPOST('id','int')?GETPOST('id','int'):GETPOST('socid','int');
|
||||||
// Security check
|
// Security check
|
||||||
if ($user->societe_id > 0)
|
if ($user->societe_id > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -267,6 +267,7 @@ Prospect=Prospect
|
|||||||
CustomerCard=Customer Card
|
CustomerCard=Customer Card
|
||||||
Customer=Customer
|
Customer=Customer
|
||||||
CustomerRelativeDiscount=Relative customer discount
|
CustomerRelativeDiscount=Relative customer discount
|
||||||
|
SupplierRelativeDiscount=Relative supplier discount
|
||||||
CustomerRelativeDiscountShort=Relative discount
|
CustomerRelativeDiscountShort=Relative discount
|
||||||
CustomerAbsoluteDiscountShort=Absolute discount
|
CustomerAbsoluteDiscountShort=Absolute discount
|
||||||
CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
|
CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user