Update changelog

This commit is contained in:
Lance Edgar 2023-12-26 20:17:05 -06:00
parent a40add8f41
commit 25c48a97c5
2 changed files with 13 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.86' __version__ = '0.9.87'