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

The ":ID" doesn't be replaced by the transaction ID #48

Open
kevinheyo opened this issue May 20, 2016 · 0 comments
Open

The ":ID" doesn't be replaced by the transaction ID #48

kevinheyo opened this issue May 20, 2016 · 0 comments

Comments

@kevinheyo
Copy link

kevinheyo commented May 20, 2016

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!!

@kevinheyo kevinheyo changed the title The "_:ID_" doesn't be replaced by the transaction ID The ":ID" doesn't be replaced by the transaction ID May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant