Tweak worksheet_update() of ordering batch view, to leverage handler

specifically this is to make use of handler's `update_row_quantity()` method,
when user enters new order quantities via worksheet
This commit is contained in:
Lance Edgar 2020-02-24 12:36:47 -06:00
parent c3f4a3d9ea
commit fc830f60e8
4 changed files with 112 additions and 40 deletions

View file

@ -53,6 +53,7 @@ Package API:
api/views/core
api/views/master
api/views/purchasing.batch
api/views/purchasing.ordering
Documentation To-Do