Fix: Purchase Return was being saved as Purchase entries

Fix: Receipt Vouchers could not be deleted as wrong permission was checked

v7.1.1
This commit is contained in:
2020-09-13 07:24:24 +05:30
parent 9b483e6d65
commit 8b82cf8157
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ with open(os.path.join(here, 'requirements.txt'), "r") as r:
requires = r.read().splitlines()
setup(name='brewman',
version='7.1.0',
version='7.1.1',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[