Update changelog
This commit is contained in:
parent
a40add8f41
commit
25c48a97c5
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.87 (2023-12-26)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Auto-disable submit button for login form.
|
||||||
|
|
||||||
|
* Hide single invoice file field for multi-invoice receiving batch.
|
||||||
|
|
||||||
|
* Use common logic to render invoice total for receiving.
|
||||||
|
|
||||||
|
* Expose default custorder discount for Departments.
|
||||||
|
|
||||||
|
|
||||||
0.9.86 (2023-12-12)
|
0.9.86 (2023-12-12)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.86'
|
__version__ = '0.9.87'
|
||||||
|
|
Loading…
Reference in a new issue