change comlumn name
This commit is contained in:
parent
d5dc95d99e
commit
e101ff0d6d
@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
// Put here all includes required by your class file
|
// Put here all includes required by your class file
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
|
||||||
//require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
|
require_once DOL_DOCUMENT_ROOT . '/comm/action/class/actioncomm.class.php';
|
||||||
//require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
|
//require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class for ConferenceOrBooth
|
* Class for ConferenceOrBooth
|
||||||
*/
|
*/
|
||||||
class ConferenceOrBooth extends CommonObject
|
class ConferenceOrBooth extends ActionComm
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var string ID of module.
|
* @var string ID of module.
|
||||||
|
|||||||
@ -72,9 +72,9 @@ create table llx_actioncomm
|
|||||||
recurrule varchar(128), -- contains string with ical format recurring rule like 'FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=19' or 'FREQ=WEEKLY;BYDAY=MO'
|
recurrule varchar(128), -- contains string with ical format recurring rule like 'FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=19' or 'FREQ=WEEKLY;BYDAY=MO'
|
||||||
recurdateend datetime, -- no more recurring event after this date
|
recurdateend datetime, -- no more recurring event after this date
|
||||||
|
|
||||||
num_vote integer, -- use for Event Organization module
|
eventorg_num_vote integer, -- use for Event Organization module
|
||||||
is_booth_paid smallint NOT NULL DEFAULT 0, -- use for Event Organization module
|
eventorg_is_booth_paid smallint NOT NULL DEFAULT 0, -- use for Event Organization module
|
||||||
status smallint NOT NULL DEFAULT 0, -- use for Event Organization module
|
statut smallint NOT NULL DEFAULT 0, -- use for Event Organization module for now
|
||||||
|
|
||||||
fk_element integer DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
fk_element integer DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
||||||
elementtype varchar(255) DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
elementtype varchar(255) DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user