Tweak save_edit_row_form() of purchase batch view, to leverage handler

specifically this is to make use of handler's `update_row_quantity()` method,
when editing a row for ordering batches
This commit is contained in:
Lance Edgar 2020-02-24 12:27:26 -06:00
parent 6c5cc95e51
commit c3f4a3d9ea
4 changed files with 61 additions and 17 deletions

View file

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