Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.0 Fix "stock_inventory_merge" #112

Open
wants to merge 3 commits into
base: 12.0
Choose a base branch
from

Commits on Jun 22, 2021

  1. [FIX] Break from a loop

    azoellner committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    de67259 View commit details
    Browse the repository at this point in the history
  2. [FIX] Assign new "Complete With Zero" lines to current inventory

    When clicking on button "Complete With Zero" in an inventory form view,
    the created inventory lines have to be added to the current inventory.
    azoellner committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    89bf633 View commit details
    Browse the repository at this point in the history
  3. [FIX] Prevent "You cannot have two inventory adjustments..." error

    The duplicate lines need to be deleted *before* writing the total quantity
    on the kept line, as the write method checks for duplicates, which may
    trigger that "You cannot have two inventory adjustments..." exception.
    azoellner committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    93ebd39 View commit details
    Browse the repository at this point in the history