Fixed version conflict
This commit is contained in:
commit
bfea7f687b
2 changed files with 15 additions and 0 deletions
14
frappe/data/app_listing/erpnext_civil_contracting.json
Normal file
14
frappe/data/app_listing/erpnext_civil_contracting.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue