Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Jan 18, 2019
1 parent 8fcdb3b commit d961ae3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions htdocs/don/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@
$result=$company->fetch($object->fk_soc);

print '<tr><td>'.$langs->trans("LinkedToDolibarrThirdParty").'</td><td colspan="2">'.$company->getNomUrl(1).'</td></tr>';

} else {

$langs->load("companies");
Expand Down Expand Up @@ -700,13 +699,11 @@
$result=$company->fetch($object->fk_soc);

print '<tr><td>'.$langs->trans("LinkedToDolibarrThirdParty").'</td><td colspan="2">'.$company->getNomUrl(1).'</td></tr>';

} else {

print '<tr><td>'.$langs->trans("Company").'</td><td colspan="2">'.$object->societe.'</td></tr>';
print '<tr><td>'.$langs->trans("Lastname").'</td><td colspan="2">'.$object->lastname.'</td></tr>';
print '<tr><td>'.$langs->trans("Firstname").'</td><td colspan="2">'.$object->firstname.'</td></tr>';

}

// Payment mode
Expand Down

0 comments on commit d961ae3

Please sign in to comment.