Update changelog
This commit is contained in:
parent
950af8b5e0
commit
d4b2cf9943
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.31 (2018-08-14)
|
||||
-------------------
|
||||
|
||||
* Make sure we refresh batch status when adding a new row.
|
||||
|
||||
* Hide 'ordered' columns for truck dump parent row grid.
|
||||
|
||||
* Add support for editing "claim" quantities for truck dump child row.
|
||||
|
||||
* Use invoice total, PO total as fallback, for mobile receiving list.
|
||||
|
||||
* Show links to claiming rows for truck dump parent row.
|
||||
|
||||
* Add "quick lookup" for mobile Products page.
|
||||
|
||||
|
||||
0.7.30 (2018-07-31)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.30'
|
||||
__version__ = '0.7.31'
|
||||
|
|
Loading…
Reference in a new issue