[fix] make cheque print compatible with payment entry

This commit is contained in:
Saurabh
2016-07-05 12:41:20 +05:30
parent 04f0e61331
commit 066ae8e4c4
2 changed files with 11 additions and 6 deletions

View File

@@ -236,6 +236,11 @@ def get_data():
"name": "Asset Movement",
"description": _("Transfer an asset from one warehouse to another")
},
{
"type": "doctype",
"name": "Cheque Print Template",
"description": _("Setup cheque dimensions for printing")
},
]
},
{