mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Wrong supplier ref
This commit is contained in:
parent
3bcd18feb6
commit
6e129e1ce0
|
|
@ -183,7 +183,7 @@ if ($id > 0)
|
|||
print "</td></tr>";
|
||||
|
||||
// Ref supplier
|
||||
print '<tr><td nowrap="nowrap">'.$langs->trans("RefSupplier").'</td><td colspan="3">'.$fac->ref_supplier.'</td>';
|
||||
print '<tr><td nowrap="nowrap">'.$langs->trans("RefSupplier").'</td><td colspan="3">'.$facture->ref_supplier.'</td>';
|
||||
print "</tr>\n";
|
||||
|
||||
// Third party
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user