Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
fb18722e
Commit
fb18722e
authored
Sep 23, 2021
by
Antonio.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transfer Total Calculation Update
parent
1278e52c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
model.php
system/logic/transfer/model.php
+9
-13
model_bak20180125.php
system/logic/transfer/model_bak20180125.php
+0
-0
No files found.
system/logic/transfer/model.php
View file @
fb18722e
...
@@ -589,23 +589,19 @@ class TransferModelClass extends ModelClassEx {
...
@@ -589,23 +589,19 @@ class TransferModelClass extends ModelClassEx {
// 変数宣言部
// 変数宣言部
$rtn
=
NO_STRING
;
$rtn
=
NO_STRING
;
$lists
=
array
();
$counter
=
NO_STRING
;
$data
=
NO_STRING
;
$cName
=
NO_STRING
;
$cName
=
NO_STRING
;
$amount
=
NO_STRING
;
// データを入れ替える
// データを入れ替える
if
(
$this
->
isLoopData
(
$this
->
fromTotal
))
{
if
(
$this
->
isLoopData
(
$this
->
fromTo
To
tal
))
{
foreach
(
$this
->
from
Total
as
$row
)
{
foreach
(
$this
->
fromTo
Total
as
$row
)
{
$listsFrom
[
$this
->
getColumnData
(
$row
,
COLUMN_CURRENCY
)]
=
$row
;
$listsFrom
[
$this
->
getColumnData
(
$row
,
COLUMN_CURRENCY
)]
=
$row
;
}
}
}
}
if
(
$this
->
isLoopData
(
$this
->
t
oTotal
))
{
if
(
$this
->
isLoopData
(
$this
->
fromT
oTotal
))
{
foreach
(
$this
->
t
oTotal
as
$row
)
{
foreach
(
$this
->
fromT
oTotal
as
$row
)
{
$listsTo
[
$this
->
getColumnData
(
$row
,
COLUMN_CURRENCY
)]
=
$row
;
$listsTo
[
$this
->
getColumnData
(
$row
,
COLUMN_CURRENCY
)]
=
$row
;
}
}
}
}
foreach
(
$this
->
currencies
as
$row
)
{
foreach
(
$this
->
currencies
as
$row
)
{
...
...
system/logic/transfer/model_bak20180125.php
deleted
100644 → 0
View file @
1278e52c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment