From ebd220aac6b48c759df6f78b48f6dc8b07354d6b Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 11 Jul 2015 21:38:29 +0200 Subject: [PATCH] Also add missing subtitle in the invoice form --- stoptime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/stoptime.rb b/stoptime.rb index c26bb22..da8d736 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -2413,6 +2413,7 @@ module StopTime::Views h1 do text! "Invoice for " a @customer.name, href: R(CustomersN, @customer.id) + small @invoice.number end end div.row do