mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
typo
This commit is contained in:
parent
8517706ec2
commit
e9ef91cdbc
|
|
@ -326,7 +326,7 @@ if ($resql) {
|
|||
}
|
||||
|
||||
$param = (isset($type)? '&type=$type' : '');
|
||||
$param .= '&fourn_id=$fourn_id&snom=$snom&sref=$sref';
|
||||
$param .= '&fourn_id=' . $fourn_id . '&snom='. $snom . '&sref=' . $sref;
|
||||
|
||||
// Lignes des titres
|
||||
print '<tr class="liste_titre">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user