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_CCEngineLogisticsCostReport/Method_Generate.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport/Method_Generate.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport/Method_Generate.qbl
index 74e7077..f8cbebb 100644
--- a/_Main/BL/Type_CCEngineLogisticsCostReport/Method_Generate.qbl
+++ b/_Main/BL/Type_CCEngineLogisticsCostReport/Method_Generate.qbl
@@ -29,7 +29,7 @@
           
           sumcell    := selectobject( column, Cell, c, c.Row() = sumrow );
           if( isnull( sumcell ) ){
-            sumcell  := showrow.Cell( relnew, RentEnterCost         := 0
+            sumcell  := sumrow.Cell( relnew, RentEnterCost         := 0
                                      , RentOutCost                 := 0 
                                      , FactoryToRentTransCost      := 0
                                      , RentStorageCost             := 0 );

--
Gitblit v1.9.3