Ajoute condition reglement sur specimens

This commit is contained in:
Laurent Destailleur 2006-06-12 20:25:47 +00:00
parent ea276e4221
commit eb3cdce66d

View File

@ -2283,8 +2283,8 @@ class Facture
$this->socidp = $socids[$socid];
$this->date = time();
$this->date_lim_reglement=$this->date+3600*24*30;
$this->cond_reglement_id = 3;
$this->mode_reglement_id = 3;
$this->cond_reglement_code = 'RECEP';
$this->mode_reglement_code = 'CHQ';
$this->note_public='SPECIMEN';
$nbp = rand(1, 9);
$xnbp = 0;