From 407126d9a6ca059296d1ac34eb1a13f77f9236e3 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 7 Feb 2014 21:12:48 +0100 Subject: [PATCH] No longer include the BBAN number in the invoice template As per February, BBAN numbers are no longer supported. Leave the information in the Customer/CompanyInfo for now. --- templates/invoice.tex.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/invoice.tex.erb b/templates/invoice.tex.erb index 136d561..7c7b515 100644 --- a/templates/invoice.tex.erb +++ b/templates/invoice.tex.erb @@ -54,7 +54,6 @@ yourref=, %% Payment data. term=30, - accountno=<%= @company.accountno %>, accountname=<%= @company.accountname %>, <% unless @company.accountiban.blank? %> iban=<%= @company.accountiban %>, <% end %><% unless @company.bank_bic.blank? %> bic=<%= @company.bank_bic %>,