update table name facture_fourn_det_extrafields
This commit is contained in:
parent
c8480efbef
commit
134759ce28
@ -52,7 +52,7 @@ foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->trans($val);
|
||||
|
||||
$action=GETPOST('action', 'alpha');
|
||||
$attrname=GETPOST('attrname', 'alpha');
|
||||
$elementtype='facture_fourndet'; //Must be the $table_element of the class that manage extrafield
|
||||
$elementtype='facture_fourn_det'; //Must be the $table_element of the class that manage extrafield
|
||||
|
||||
if (!$user->admin) accessforbidden();
|
||||
|
||||
|
||||
@ -17,4 +17,4 @@
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
ALTER TABLE llx_facture_fourndet_extrafields ADD INDEX idx_facture_fourndet_extrafields (fk_object);
|
||||
ALTER TABLE llx_facture_fourn_det_extrafields ADD INDEX idx_facture_fourn_det_extrafields (fk_object);
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table llx_facture_fourndet_extrafields
|
||||
create table llx_facture_fourn_det_extrafields
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
tms timestamp,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user