diff --git a/frappe/data/app_listing/erpnext_civil_contracting.json b/frappe/data/app_listing/erpnext_civil_contracting.json new file mode 100644 index 0000000000..2f00961002 --- /dev/null +++ b/frappe/data/app_listing/erpnext_civil_contracting.json @@ -0,0 +1,14 @@ +{ + "app_url": "https://github.com/revant/civil_contracting.git", + "app_name": "civil_contracting", + "app_icon": "octicon octicon-file-directory", + "app_color": "grey", + "app_description": "Civil Contracting App to manage workers, wages and measurements", + "app_publisher": "Revant Nandgaonkar", + "app_email": "revant@mntechnique.com", + "repo_url": "https://github.com/revant/civil_contracting.git", + "app_title": "Civil Contracting", + "app_version": "1.5.0", + "app_category": "Integrations", + "featured": 1 +} diff --git a/frappe/utils/pdf.py b/frappe/utils/pdf.py index 07031864a7..3e3801006b 100644 --- a/frappe/utils/pdf.py +++ b/frappe/utils/pdf.py @@ -51,6 +51,7 @@ def prepare_options(html, options): 'quiet': None, # 'no-outline': None, 'encoding': "UTF-8", + 'load-error-handling': 'ignore', # defaults 'margin-right': '15mm',