Skip to content
Snippets Groups Projects
Commit 221d44a4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

br at wrong place

parent d678b554
Branches
Tags
No related merge requests found
...@@ -305,6 +305,8 @@ if ($object->id > 0) ...@@ -305,6 +305,8 @@ if ($object->id > 0)
print '<td align="right"><a href="'.DOL_URL_ROOT.'/fourn/recap-fourn.php?socid='.$object->id.'">'.$langs->trans("ShowSupplierPreview").'</a></td></tr></table></td>'; print '<td align="right"><a href="'.DOL_URL_ROOT.'/fourn/recap-fourn.php?socid='.$object->id.'">'.$langs->trans("ShowSupplierPreview").'</a></td></tr></table></td>';
print '</tr>'; print '</tr>';
print '</table>'; print '</table>';
print '<br>';
/* /*
* List of products * List of products
...@@ -361,8 +363,6 @@ if ($object->id > 0) ...@@ -361,8 +363,6 @@ if ($object->id > 0)
} }
print '<br>';
/* /*
* Last orders * Last orders
*/ */
...@@ -370,8 +370,6 @@ if ($object->id > 0) ...@@ -370,8 +370,6 @@ if ($object->id > 0)
if ($user->rights->fournisseur->commande->lire) if ($user->rights->fournisseur->commande->lire)
{ {
// TODO move to DAO class // TODO move to DAO class
// Check if there are supplier orders billable // Check if there are supplier orders billable
$sql2 = 'SELECT s.nom, s.rowid as socid, s.client, c.rowid, c.ref, c.total_ht, c.ref_supplier,'; $sql2 = 'SELECT s.nom, s.rowid as socid, s.client, c.rowid, c.ref, c.total_ht, c.ref_supplier,';
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment