mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix multientity on overwritting translation not yet supported.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
create table llx_overwrite_trans
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||
lang varchar(5), -- en_US, fr_FR ...
|
||||
transkey varchar(128),
|
||||
transvalue text
|
||||
|
||||
Reference in New Issue
Block a user