2
0
forked from Wavyzz/dolibarr

Fix: Debug module notification.

New: Can use email notification when validating proposal or orders.
This commit is contained in:
Laurent Destailleur
2010-01-09 14:48:27 +00:00
parent 5d6b814a39
commit 38e757f4ae
7 changed files with 271 additions and 231 deletions

View File

@@ -1,5 +1,6 @@
-- ===================================================================
-- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- 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
@@ -26,5 +27,6 @@ create table llx_notify
fk_action integer NOT NULL,
fk_contact integer NOT NULL,
objet_type varchar(24) NOT NULL,
objet_id integer NOT NULL
objet_id integer NOT NULL,
email varchar(255)
)type=innodb;