Update card.php

This commit is contained in:
Frédéric FRANCE 2018-01-02 14:28:52 +01:00 committed by GitHub
parent 24a59a7731
commit aaff13a984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1417,10 +1417,7 @@ if ($action == 'create')
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td>';
$form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist);
print '</td></tr>';
}
if ($socid > 0)
{
// Ligne info remises tiers
print '<tr><td>' . $langs->trans('Discounts') . '</td><td>';
if ($soc->remise_percent)