details:   https://code.openbravo.com/erp/devel/pi/rev/b96aeecd4268
changeset: 29510:b96aeecd4268
user:      Aaron Calero <aaron.calero <at> openbravo.com>
date:      Fri May 20 10:18:42 2016 +0200
summary:   Fixed issue 32992: [SER QA 1126] Error when creating a picking list

Not possible to create a Picking when either the Product or Storage Bin length 
is the maximum length

details:   https://code.openbravo.com/erp/devel/pi/rev/5aa0a9461d39
changeset: 29511:5aa0a9461d39
user:      Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
date:      Fri May 20 12:09:23 2016 +0200
summary:   Related to issue 32992: Update copyright

diffstat:

 src-db/database/model/functions/M_RESERVATION_REALLOCATE.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4a39b44ed6d0 -r 5aa0a9461d39 
src-db/database/model/functions/M_RESERVATION_REALLOCATE.xml
--- a/src-db/database/model/functions/M_RESERVATION_REALLOCATE.xml      Fri May 
20 11:08:28 2016 +0200
+++ b/src-db/database/model/functions/M_RESERVATION_REALLOCATE.xml      Fri May 
20 12:09:23 2016 +0200
@@ -34,7 +34,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2013-2015 Openbravo SLU
+* All portions are Copyright (C) 2013-2016 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  ______________________________________.
 ************************************************************************/
@@ -71,9 +71,9 @@
   v_availablestock      NUMBER;
   v_dummy               VARCHAR2(2000);
   v_attr_description    VARCHAR2(255);
-  v_product_value       VARCHAR2(40);
-  v_locator_value       VARCHAR2(40);
-  v_uom_value           VARCHAR2(3);
+  v_product_value       M_PRODUCT.value%type;
+  v_locator_value       M_LOCATOR.value%type;
+  v_uom_value           C_UOM.uomsymbol%type;
   v_attributesetinstance_id VARCHAR2(32);
   v_warehouse_rule_id     VARCHAR2(32);
 

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to