2
0
forked from Wavyzz/dolibarr

Ajout onglet aperu sur la fiche commande client

This commit is contained in:
Regis Houssin
2006-02-09 12:49:02 +00:00
parent 4f511c95a3
commit 45c5a31686

View File

@@ -441,7 +441,7 @@ class Commande
* Lit une commande
*
*/
function fetch ($id)
function fetch($id)
{
$sql = 'SELECT c.rowid, c.date_creation, c.ref, c.fk_soc, c.fk_user_author, c.fk_statut, c.amount_ht, c.total_ht, c.total_ttc, c.tva';
$sql .= ', '.$this->db->pdate('c.date_commande').' as date_commande, c.fk_projet, c.remise_percent, c.source, c.facture, c.note, c.ref_client';