mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Silence invoice pdf tests
This commit is contained in:
parent
c89bdeb597
commit
d9ca931c97
6 changed files with 39 additions and 36 deletions
|
@ -1,7 +1,8 @@
|
|||
PDFKit.configure do |config|
|
||||
config.wkhtmltopdf = "#{Rails.root}/vendor/bin/wkhtmltopdf"
|
||||
config.default_options = {
|
||||
page_size: 'A4'
|
||||
page_size: 'A4',
|
||||
quiet: true
|
||||
# :print_media_type => true
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue