suite
This commit is contained in:
parent
0bdf827506
commit
14b7d607a5
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%div{:style => "position:relative;width:6cm;margin-right:0.2cm;float:right;"}
|
%div{:style => "position:relative;width:6cm;margin-right:0.2cm;float:right;"}
|
||||||
%div{:style => "border:1px solid black;padding:4px 8px;min-height:80px;"}
|
%div{:style => "border:0px solid black;padding:4px 8px;min-height:80px;"}
|
||||||
%h3{:style => "position:absolute;top:-30px;"} Adresse de facturation
|
%h3{:style => "position:absolute;top:-30px;"} Adresse de facturation
|
||||||
|
|
||||||
|
|
||||||
@ -34,6 +34,7 @@
|
|||||||
%br
|
%br
|
||||||
=@p_document.particular_bill.country
|
=@p_document.particular_bill.country
|
||||||
|
|
||||||
|
-if false
|
||||||
.p_contacts
|
.p_contacts
|
||||||
-@element.particular_bill.p_contacts.each do |p_contact|
|
-@element.particular_bill.p_contacts.each do |p_contact|
|
||||||
.p_contact
|
.p_contact
|
||||||
@ -43,7 +44,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%div{:style => "position:relative;width:6cm;margin-right:0.5cm;float:right;"}
|
%div{:style => "position:relative;width:6cm;margin-right:0.5cm;float:right;"}
|
||||||
%div{:style => "border:1px solid black;padding:4px 8px;min-height:80px;"}
|
%div{:style => "border:0px solid black;padding:4px 8px;min-height:80px;"}
|
||||||
|
|
||||||
%h3{:style => "position:absolute;top:-30px;"} Adresse de livraison
|
%h3{:style => "position:absolute;top:-30px;"} Adresse de livraison
|
||||||
|
|
||||||
@ -65,6 +66,7 @@
|
|||||||
%br
|
%br
|
||||||
=@p_document.particular_send.country
|
=@p_document.particular_send.country
|
||||||
|
|
||||||
|
-if false
|
||||||
.p_contacts
|
.p_contacts
|
||||||
-@element.particular_send.p_contacts.each do |p_contact|
|
-@element.particular_send.p_contacts.each do |p_contact|
|
||||||
.p_contact
|
.p_contact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user