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

Note not displays in admin or not saving in CE 1.8.1.0 #6

Open
haiderpucit opened this issue Feb 20, 2014 · 2 comments
Open

Note not displays in admin or not saving in CE 1.8.1.0 #6

haiderpucit opened this issue Feb 20, 2014 · 2 comments

Comments

@haiderpucit
Copy link

Not save note on magento 1.8.1.0 please help

@TTechITSolution
Copy link

Model -> Observer Line 51-53
$observer->getEvent()->getOrder()
->setShipNoteId($shipNoteId);

Replace this with

$observer->getEvent()->getOrder()
->setShipNoteId($shipNoteId)->save();

@AJMiller
Copy link

Just an FYI for the community, the above fix suggested by @TTechITSolution actually broke my install of Enterprise 1.14.0.1. Performing that ->save() operation in the observer actually was causing issues in the order processing. Not sure if they've made adjustments in Magento since this post or if it was a community/enterprise thing, but just be aware ymmv.

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

3 participants