Skip to content

Commit

Permalink
Removed duplicate field
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 6, 2014
1 parent 376067b commit f963409
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions htdocs/compta/facture.php
Expand Up @@ -2058,24 +2058,6 @@
}
}

// Tiers
print '<tr>';
print '<td class="fieldrequired">'.$langs->trans('Customer').'</td>';
if($soc->id > 0)
{
print '<td colspan="2">';
print $soc->getNomUrl(1);
print '<input type="hidden" name="socid" value="'.$soc->id.'">';
print '</td>';
}
else
{
print '<td colspan="2">';
print $form->select_company('','socid','s.client = 1 OR s.client = 3',1);
print '</td>';
}
print '</tr>'."\n";

// Type de facture
$facids=$facturestatic->list_replacable_invoices($soc->id);
if ($facids < 0)
Expand Down

0 comments on commit f963409

Please sign in to comment.