YO!

SOP: FARO QUICK COMPLETE FIX

SOP: FARO QUICK COMPLETE FIX 12/13/2011

Quick complete was failing on the two scaenarios

  1. The product was short

  2. The Product was canceled



  1. Code in effect was the following

    1.  

      1. See the last line

      2. WHERE pl.allocated = 1 AND pl.qty_picked = 0 AND pl.packslip = '{0}'", packslip);

    2. This was changed and tested because division by zero was happening for unallocated cartons in code.

    3. Code is changed to …

  2.  

    1. Added to the where code “pl.n_alloc > 0 and”