mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: champ "price" obsolete
This commit is contained in:
parent
2b3ec3759b
commit
00a054bd80
|
|
@ -2763,7 +2763,7 @@ else
|
|||
/*
|
||||
* Propales rattachées
|
||||
*/
|
||||
$sql = 'SELECT '.$db->pdate('p.datep').' as dp, p.price, p.ref, p.rowid as propalid';
|
||||
$sql = 'SELECT '.$db->pdate('p.datep').' as dp, p.total_ht, p.ref, p.rowid as propalid';
|
||||
$sql .= ' FROM '.MAIN_DB_PREFIX.'propal as p';
|
||||
if (!$conf->commande->enabled)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user