diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 1b063f76423..9b24eee195d 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3,7 +3,7 @@ * Copyright (C) 2004 Eric Seigne * Copyright (C) 2004-2009 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo - * Copyright (C) 2005-2007 Regis Houssin + * Copyright (C) 2005-2009 Regis Houssin * Copyright (C) 2006 Andre Cianfarani * * This program is free software; you can redistribute it and/or modify diff --git a/htdocs/expedition/expedition.class.php b/htdocs/expedition/expedition.class.php index f41f8a4d4bb..f5332cd66e8 100644 --- a/htdocs/expedition/expedition.class.php +++ b/htdocs/expedition/expedition.class.php @@ -167,7 +167,7 @@ class Expedition extends CommonObject $error++; } - //Todo: definir un statut + // TODO definir un statut $sql = "UPDATE ".MAIN_DB_PREFIX."propal SET fk_statut = 9 WHERE rowid=".$this->origin_id; if (! $this->db->query($sql)) { @@ -602,6 +602,7 @@ class Expedition extends CommonObject } } } + // TODO il faut incrementer le stock si on supprime une expedition validee return 1; } else diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php index c6f6248fa77..838d7436e86 100644 --- a/htdocs/html.formmail.class.php +++ b/htdocs/html.formmail.class.php @@ -410,7 +410,7 @@ class FormMail { $defaultmessage=""; - // \TODO A partir du type, proposer liste de messages dans table llx_models + // TODO A partir du type, proposer liste de messages dans table llx_models if ($this->param["models"]=='body') { $defaultmessage=$this->withbody; } if ($this->param["models"]=='facture_send') { $defaultmessage=$langs->transnoentities("PredefinedMailContentSendInvoice"); } if ($this->param["models"]=='facture_relance') { $defaultmessage=$langs->transnoentities("PredefinedMailContentSendInvoiceReminder"); } diff --git a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php index 8d87cec21aa..a7424a94ffe 100644 --- a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php +++ b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php @@ -1,7 +1,7 @@ * Copyright (C) 2005-2009 Laurent Destailleur - * Copyright (C) 2005 Regis Houssin + * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by