diff --git a/app/views/admin/p_documents/_general.html.haml b/app/views/admin/p_documents/_general.html.haml index 9d2a3e4..1d4b8b6 100644 --- a/app/views/admin/p_documents/_general.html.haml +++ b/app/views/admin/p_documents/_general.html.haml @@ -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;"} diff --git a/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml b/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml index 8c1b7ca..5281b5b 100644 --- a/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml +++ b/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml @@ -36,8 +36,9 @@ %th{:style => "text-align:left !important;"} =sheet_line.product_name -if sheet_line.cust_ref? + %br %strong{:style => "font-weight:normal;"} - ="-" + Réf client : =sheet_line.cust_ref @@ -186,7 +187,7 @@ padding:0 3px; } .p_size_td{ - width:60px; + width:45px; text-align:center; }