This commit is contained in:
Laurent Destailleur 2008-06-17 14:53:41 +00:00
parent 7524a5d82a
commit 67f11311cc

View File

@ -180,7 +180,7 @@ class MouvementStock
/** /**
* \brief Crée un mouvement en base * \brief Calcul ???
* \return int <0 si ko, >0 si ok * \return int <0 si ko, >0 si ok
*/ */
function CalculateEntrepotValoPmp($user, $entrepot_id, $valo_mouvement) function CalculateEntrepotValoPmp($user, $entrepot_id, $valo_mouvement)
@ -277,8 +277,10 @@ class MouvementStock
return 0; return 0;
} }
} }
/** /**
* \brief Crée un mouvement en base * \brief ???
* \param mvid int Id du mouvement * \param mvid int Id du mouvement
* \param fk_product int Id produit * \param fk_product int Id produit
* \param qty float Quantité * \param qty float Quantité
@ -383,6 +385,8 @@ class MouvementStock
return 0; return 0;
} }
} }
/* /*
* *
* *
@ -391,6 +395,8 @@ class MouvementStock
{ {
return $this->_create($user, $fk_product, $entrepot_id, (0 - $qty), 2); return $this->_create($user, $fk_product, $entrepot_id, (0 - $qty), 2);
} }
/* /*
* *
* *