Menu

#104 Patch for bug 2012362 : Info Product: Add Product Category

open
nobody
None
5
2008-07-17
2008-07-17
Todor Lulov
No

I solved this bug in our implementation. It works under 340 but i not tested it in trunk version

Discussion

  • Todor Lulov

    Todor Lulov - 2008-07-17
     
  • Todor Lulov

    Todor Lulov - 2008-07-17

    Logged In: YES
    user_id=1903655
    Originator: YES

    This patch add UOM too

     
  • Teo Sarca

    Teo Sarca - 2008-08-05

    Logged In: YES
    user_id=1311402
    Originator: NO

    Hi Todor Lulov,

    I've looked at your patch and I think I've found and error when you login with base language (en_US):
    > private static final String s_productFrom =
    > "M_Product p"
    > + + " LEFT JOIN C_UOM_Trl uom ON (p.c_uom_id = uom.c_uom_id AND uom.AD_Language='"
    > + + Env.getAD_Language(Env.getCtx()) + "')"

    you won't get any UOM because base language is not containted in TRL tables.

    Best regards,
    Teo Sarca

     
  • Todor Lulov

    Todor Lulov - 2008-08-14

    Logged In: YES
    user_id=1903655
    Originator: YES

    Hi Teo Sarca,

    I'm agree with you - patch is not related with this FR.
    I implemented it in our client which use bg_BG language - add new columns in MiniTable (ProductCategory and UOM), and I think that it could be useful, but you're right this is not suitable bug decision.

    Best regards,
    Todor Lulov

     

Log in to post a comment.