]> nos-oignons.net Git - gestion-adh.git/commitdiff
ajout numéro SIREN au modèle de reçus
authorned <ned@zen>
Sun, 13 Jan 2019 21:33:05 +0000 (22:33 +0100)
committerned <ned@zen>
Sun, 13 Jan 2019 21:33:05 +0000 (22:33 +0100)
lib/nos_oignons.rb
lib/nos_oignons/receipt.rb

index 74a34c1e6fc5d46a56aef993164fdb92c68753ee..b85ebeaec4d255c2cc5ff3426726f2cca32d3bbe 100644 (file)
@@ -27,6 +27,7 @@ module NosOignons
   ADVISORS_EMAIL = 'deontologie@nos-oignons.net'
   MEMBER_MAILING_LIST = 'ag'
   CONTACT_INFO = <<-EOT.gsub(/^    /, '')
+    Identifiant SIREN 842 479 313
     https://nos-oignons.net/
     contact@nos-oignons.net
     Téléphone : +33 9 72 42 96 04
index 788bf244a8dc9442119c6b2fcca2e164dd5ca1a3..edc361a14daf5050ca59f067b1de8549fa6ba56b 100644 (file)
@@ -57,7 +57,7 @@ module NosOignons
           pdf.image LOGO_PATH, :width => pdf.bounds.width, :align => :center, :vposition => :center
         end
         pdf.bounding_box([logo_width, pdf.bounds.top], :width => pdf.bounds.width / 3, :height => pdf.bounds.height) do
-          pdf.text 'Nœuds de sortie Tor financés par la communauté | Identifiant SIREN 842 479 313', :align => :center, :valign => :center
+          pdf.text 'Nœuds de sortie Tor financés par la communauté \n Identifiant SIREN 842 479 313', :align => :center, :valign => :center
         end
       end
       pdf.bounding_box([WINDOW_LEFT - pdf.bounds.absolute_left, pdf.bounds.absolute_top - WINDOW_TOP], :width => WINDOW_WIDTH, :height => WINDOW_BOTTOM - WINDOW_TOP) do