Select Shipping Method in Propal

This commit is contained in:
frederic34
2014-07-24 18:08:08 +02:00
parent acaca341ab
commit f0a7cc3268
6 changed files with 159 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ create table llx_propal
note_public text,
model_pdf varchar(255),
date_livraison date DEFAULT NULL, -- delivery date
fk_shipping_method integer, -- shipping method id
fk_availability integer NULL,
fk_input_reason integer,
import_key varchar(14),