Merge pull request #21696 from bb2a/FIX---php-V8-multiprice-thirdpaty-card
FIX - php V8 multiprice thirdpaty card
This commit is contained in:
commit
b1435297ba
@ -75,7 +75,7 @@ if ($_socid > 0) {
|
||||
// We load data of thirdparty
|
||||
$objsoc = new Societe($db);
|
||||
$objsoc->id = $_socid;
|
||||
$objsoc->fetch($_socid, $to);
|
||||
$objsoc->fetch($_socid);
|
||||
|
||||
|
||||
$head = societe_prepare_head($objsoc);
|
||||
@ -141,7 +141,6 @@ if ($_socid > 0) {
|
||||
$resql = $db->query($sql);
|
||||
if ($resql) {
|
||||
print '<table class="noborder centpercent">';
|
||||
$tag = !$tag;
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans("Date").'</td>';
|
||||
print '<td>'.$langs->trans("PriceLevel").'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user