Skip to content

Commit

Permalink
FIX: supplier proposaldet ref_fourn size
Browse files Browse the repository at this point in the history
on create table too
  • Loading branch information
jyhere authored Mar 29, 2024
1 parent e307349 commit 18eba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_supplier_proposaldet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE llx_supplier_proposaldet (
fk_product_fournisseur_price integer DEFAULT NULL,
special_code integer DEFAULT 0,
rang integer DEFAULT 0,
ref_fourn varchar(30) DEFAULT NULL,
ref_fourn varchar(128) DEFAULT NULL,
fk_multicurrency integer,
multicurrency_code varchar(3),
multicurrency_subprice double(24,8) DEFAULT 0,
Expand Down

0 comments on commit 18eba71

Please sign in to comment.