magerun-addons icon indicating copy to clipboard operation
magerun-addons copied to clipboard

Dryrun issue

Open infabo opened this issue 8 years ago • 1 comments

n98-magerun.phar order:assign 100000111 15

https://github.com/kalenjordan/magerun-addons/blob/master/src/KJ/Magento/Command/Order/AssignCommand.php#L87

On my machine it always steps into the dry-run block instead of the else block - so not saving the order assignment. If I provide --dry-run option, it is still dryrun - which is OK.

I have not investigated further.

n98-magerun version 1.97.22 by netz98 new media GmbH

infabo avatar May 25 '16 09:05 infabo

I think you might need --dry-run=0

kalenjordan avatar May 25 '16 18:05 kalenjordan