From 4b9a2cb1df3fb79c51f4982b62236c35e27846b7 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 15 十月 2024 17:14:33 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl b/_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl
index f483fbe..78788bb 100644
--- a/_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl
+++ b/_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl
@@ -6,7 +6,7 @@
[*
// lihongji Oct-11-2024 (created)
- value := sum( this, Detailed, tempNOPC, true, tempNOPC.Quantity() );
+ value := sum( this, Detailed, tempNOPCell, true, tempNOPCell.Quantity() );
this.TotalQuantity( value );
*]
--
Gitblit v1.9.3