mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
ip protection for invoice creation (#35557)
This commit is contained in:
@@ -114,5 +114,6 @@ create table llx_facture
|
||||
multicurrency_tx double(24,8) DEFAULT 1,
|
||||
multicurrency_total_ht double(24,8) DEFAULT 0,
|
||||
multicurrency_total_tva double(24,8) DEFAULT 0,
|
||||
multicurrency_total_ttc double(24,8) DEFAULT 0
|
||||
multicurrency_total_ttc double(24,8) DEFAULT 0,
|
||||
ip varchar(250) --ip used to create record (for public submission page)
|
||||
)ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user