Merge pull request #7545 from rohitwaghchaure/minor_issue
[Fix] Account user not able to access the report Payment Period Based On Invoice Date
This commit is contained in:
commit
bd1a628c55
@ -46,7 +46,7 @@ def validate_filters(filters):
|
|||||||
|
|
||||||
def get_columns(filters):
|
def get_columns(filters):
|
||||||
return [
|
return [
|
||||||
_("Payment Document") + ":Link/DocType: 100",
|
_("Payment Document") + ":: 100",
|
||||||
_("Payment Entry") + ":Dynamic Link/"+_("Payment Document")+":140",
|
_("Payment Entry") + ":Dynamic Link/"+_("Payment Document")+":140",
|
||||||
_("Party Type") + "::100",
|
_("Party Type") + "::100",
|
||||||
_("Party") + ":Dynamic Link/Party Type:140",
|
_("Party") + ":Dynamic Link/Party Type:140",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user