Fix: Combo list of warehouse not saved.

Fix: Validate of shipment in error
when using not predefined products.
This commit is contained in:
Laurent Destailleur
2012-07-17 01:22:19 +02:00
parent 06926e626a
commit d07e68e12f
6 changed files with 20 additions and 19 deletions

View File

@@ -2069,9 +2069,9 @@ function info_admin($text,$infoonimgalt=0)
* Toutefois, il faut essayer de ne l'appeler qu'au sein de pages php, les classes devant
* renvoyer leur erreur par l'intermediaire de leur propriete "error".
*
* @param DoliDB $db Database handler
* @param DoliDB $db Database handler
* @param string $error String or array of errors strings to show
* @return void
* @return void
* @see dol_htmloutput_errors
*/
function dol_print_error($db='',$error='')