want to change name of No & Kind of PKGS to ARTICLE

Discussion in 'Requests' started by BATKUMA, Aug 25, 2017.

    
  1. BATKUMA

    BATKUMA New Member


    i want to change the No & Kind of PKGS to article in print how can i do please help me


    thanks in advance
     

    Attached Files:



  2. rajiv jain

    rajiv jain Member



  3. mpal2311

    mpal2311 Active Member


    use this code

    [#Field: EXPINV PackagesTitle1]

    Info : $$LocaleString:"Article"
    Width : @@NumberWidth
    Align : Centre
    Style : Small
    Border : Thin Right
    Invisible : NOT ##ICFGNumPackages OR NOT @@IsInvoice OR @@IsCreditNote OR @@IsDebitNote
    [#Field: EXPINV PackagesTitle2]

    Info : $$LocaleString:""
    Width : @@NumberWidth
    Align : Centre
    Style : Small
    Border : Thin Right
    Invisible : NOT ##ICFGNumPackages OR NOT @@IsInvoice OR @@IsCreditNote OR @@IsDebitNote
     
    BATKUMA likes this.


Share This Page