Jump to content

Advanced Stock Management cannot transfer stock


kcpau

Recommended Posts

I am using 1.6.1.1.  I set up a product in two warehouses.  When I tried to transfer stock from one warehouse to another, I got the message : "It is not possible to transfer the specified quantity. No stock was transferred."  The stock was reduced from the source warehouse but does not appear in the destination warehouse.

 

Your help is appreciated.

Link to comment
Share on other sites

  • 2 weeks later...

I have similar problem but with supply orders - They does not add  a stock ( does not appear in all advanced stock managements screens and product catalogs, while correctly shows quantity "supplied" in partially supplied orders. )

 

error log saying 

 

[20-Oct-2015 21:47:15 Australia/Perth] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/iitsp/public_html/tastyworld.com.au/controllers/admin/AdminStockConfigurationController.php:619) in /home/iitsp/public_html/tastyworld.com.au/classes/controller/AdminController.php on line 1787

 

code mentioned above is 

      if ($result) {

            echo json_encode(array('success' => 1, 'text' => $this->l('The status has been updated successfully.')));
        } else {
            echo json_encode(array('success' => 0, 'text' => $this->l('An error occurred while updating this meta.')));
        }
 
Any thoughts - welcome 
 
A
Edited by alex.glebov (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...