hongjli
2024-12-26 7144477f73c20bef2b078e1317133b8378e11ea9
_Main/BL/Type_TransferPlanRow/Function_CalcName.qbl
@@ -6,7 +6,7 @@
  [*
    // lihongji Jun-24-2024 (created)
    
    value := this.SourceStockpoingPointID() + " to " + this.TargetStockpoingPointID();
    value := this.SourceStockpoingPointID() + " to " + this.TargetStockpoingPointID() + " " + this.Category() + "_" + this.ProductID();
    
    this.Name( value );
  *]