From f6a108e67cf221fe34a2338a44c9cb7894c9e07e Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期二, 13 八月 2024 18:38:46 +0800
Subject: [PATCH] 大连发动机物流成本报表

---
 _Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
index 82d945f..aeb1ee4 100644
--- a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
+++ b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
@@ -12,6 +12,7 @@
     
     if( isnull( row ) ){
       row := this.FinancialSalesRow( relnew, Name := product.ID(), Unit := salessegment );
+      row.Product_MP( relset, product );
       //鍒濆鍖栧崟鍏冩牸
       row.InitializeCell( this, product );
     }

--
Gitblit v1.9.3