This commit is contained in:
Nicolas Bally 2019-01-29 18:50:11 +01:00
parent 78d48aa2dd
commit 0bdf827506
2 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,11 @@
%div{:style => "position:absolute;top:2cm;right:1.7cm;font-size:14pt;"}
=@p_document.label
=@p_document.d_number
%div{:style => "height:4cm;"} %div{:style => "height:4cm;"}

View File

@ -36,8 +36,9 @@
%th{:style => "text-align:left !important;"} %th{:style => "text-align:left !important;"}
=sheet_line.product_name =sheet_line.product_name
-if sheet_line.cust_ref? -if sheet_line.cust_ref?
%br
%strong{:style => "font-weight:normal;"} %strong{:style => "font-weight:normal;"}
="-"
Réf client : Réf client :
=sheet_line.cust_ref =sheet_line.cust_ref
@ -186,7 +187,7 @@
padding:0 3px; padding:0 3px;
} }
.p_size_td{ .p_size_td{
width:60px; width:45px;
text-align:center; text-align:center;
} }