Integration with 232

This commit is contained in:
sparkyx 2007-05-10 20:03:17 +00:00
parent 9a6ef60815
commit 82cf83be9d
54 changed files with 634 additions and 234 deletions

View file

@ -16,7 +16,9 @@
* along with PhpCompta; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* $Revision$ */
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
//!\brief File for adding contact, contact is a kind of fiche
require_once('class_contact.php');
@ -133,7 +135,7 @@ if ( $sub_action == "list" )
// if array is empty show an warning and stops
if ( sizeof ($w->value) == 0 ) {
echo '<p style="color:red">Aucune fiche de catégories contact</p>';
echo '<p>allez dans comptabilité -> fiche creation et choississez contact comme sorte</p>';
echo '<p>allez dans fiche creation et choississez contact comme sorte</p>';
exit();
}
echo $w->IOValue();