Commit 0ef20d66 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Return None for getShortRevision for BM

parent acb7c818
......@@ -227,7 +227,7 @@ class BusinessManager(Folder):
)
def getShortRevision(self):
return ' '
return None
def getStatus(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment