Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Dida Adams Arizona
Tia-dev
Commits
0f5e3ea4
Commit
0f5e3ea4
authored
Apr 17, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah parameter
parent
c19bc168
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CashFlowMR.js
src/container/MonthlyReport/CashFlowMR.js
+2
-1
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+1
-0
No files found.
src/container/MonthlyReport/CashFlowMR.js
View file @
0f5e3ea4
...
@@ -246,7 +246,8 @@ export default class CashFlowMR extends Component {
...
@@ -246,7 +246,8 @@ export default class CashFlowMR extends Component {
"status"
:
"submitted"
,
"status"
:
"submitted"
,
"months"
:
this
.
props
.
month
.
month_id
,
"months"
:
this
.
props
.
month
.
month_id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"cash_flow"
:
listCF
"cash_flow"
:
listCF
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
this
.
props
.
createCashFlow
(
payload
)
this
.
props
.
createCashFlow
(
payload
)
}
}
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
0f5e3ea4
...
@@ -3784,6 +3784,7 @@ export default class MonthlyReport extends Component {
...
@@ -3784,6 +3784,7 @@ export default class MonthlyReport extends Component {
PLBSFAMSubmitted
=
{
this
.
getLastStatus
()
===
'APPROVED'
?
true
:
false
}
PLBSFAMSubmitted
=
{
this
.
getLastStatus
()
===
'APPROVED'
?
true
:
false
}
// PLBSFAMSubmitted={false}
// PLBSFAMSubmitted={false}
createCashFlow
=
{
this
.
createCashFlow
.
bind
(
this
)}
createCashFlow
=
{
this
.
createCashFlow
.
bind
(
this
)}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
/
>
/
>
)}
)}
...
...
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