We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 1.7.*
After creating a new transaction and reserving an item, I found the column "reason" in the table "inventory_stock_movements" had a problem.
That is, the ":ID" doesn't be replaced by the transaction ID.
The column "reason" just displays like "Reservation occurred on Transaction ID: on 2016-05-20 20:58:27"
$item = Inventory::find(13); $stock = $item->getStockFromLocation($location); $transaction = $stock->newTransaction(); $transaction->reserved(5);
Thank you for your masterpiece!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 1.7.*
After creating a new transaction and reserving an item, I found the column "reason" in the table "inventory_stock_movements" had a problem.
That is, the ":ID" doesn't be replaced by the transaction ID.
The column "reason" just displays like "Reservation occurred on Transaction ID: on 2016-05-20 20:58:27"
Thank you for your masterpiece!!
The text was updated successfully, but these errors were encountered: