Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Byodv2
Project
Project
Details
Activity
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
Dio Maulana
Byodv2
Commits
f0e153b8
Commit
f0e153b8
authored
Oct 18, 2022
by
Jasa Digital
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
harga coret fav menu fixed
parent
c09d3bb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
fav_grid_menu.dart
lib/ui/home/fav_grid_menu.dart
+2
-2
view_bill_new.dart
lib/ui/viewbill/view_bill_new.dart
+3
-1
No files found.
lib/ui/home/fav_grid_menu.dart
View file @
f0e153b8
...
...
@@ -175,7 +175,7 @@ class FavGridMenu extends StatelessWidget {
categoryFavAfterSelect
[
i
].
originalPrice
))
?
defaultText
(
context
,
'Rp
${formatNumber().format(amountParseToInt(categoryFavAfterSelect[i].
p
rice))}
'
,
'Rp
${formatNumber().format(amountParseToInt(categoryFavAfterSelect[i].
originalP
rice))}
'
,
maxLines:
3
,
overFlow:
TextOverflow
.
ellipsis
,
style:
menuPriceGridFav
(
...
...
@@ -193,7 +193,7 @@ class FavGridMenu extends StatelessWidget {
:
const
SizedBox
(),
defaultText
(
context
,
'Rp
${formatNumber().format(amountParseToInt(categoryFavAfterSelect[i].
originalP
rice))}
'
,
'Rp
${formatNumber().format(amountParseToInt(categoryFavAfterSelect[i].
p
rice))}
'
,
maxLines:
3
,
overFlow:
TextOverflow
.
ellipsis
,
style:
menuPriceGridFav
(),
...
...
lib/ui/viewbill/view_bill_new.dart
View file @
f0e153b8
...
...
@@ -804,7 +804,9 @@ class CoreBill extends StatelessWidget {
),
SizedBox
(
height:
(
dataBill
[
0
].
tableStatus
==
tableStatusOpen
)
?
180
?
(
dataBill
[
0
].
isPromotionAllow
==
"1"
&&
!
isPromotionActive
&&
memberinfo
.
id
==
''
)
?
220
:
180
:
120
,
)
],
...
...
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