Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
fb353ee1
Commit
fb353ee1
authored
Dec 04, 2024
by
Sarun Mungthanya
Browse files
issue parametre
parent
681d2cd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MasterFileController.php
View file @
fb353ee1
...
@@ -35,6 +35,8 @@ class MasterFileController extends Controller
...
@@ -35,6 +35,8 @@ class MasterFileController extends Controller
if
(
isset
(
$request
->
truncateGoods
)
&&
(
$request
->
format_file_id
==
196
))
{
if
(
isset
(
$request
->
truncateGoods
)
&&
(
$request
->
format_file_id
==
196
))
{
$truncateGoods
=
true
;
$truncateGoods
=
true
;
}
else
{
$truncateGoods
=
false
;
}
}
...
...
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