mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Ajout onglet aperu sur la fiche commande client
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user