Skip to content
Snippets Groups Projects
Commit a07c7481 authored by Agsha Athalla Nurkareem's avatar Agsha Athalla Nurkareem
Browse files

fix: change category to always "Pengeluaran"

parent b7c8b74e
No related merge requests found
...@@ -289,7 +289,7 @@ class ScanPage : Fragment() { ...@@ -289,7 +289,7 @@ class ScanPage : Fragment() {
payloadJson.optString("nim"), payloadJson.optString("nim"),
item.name, item.name,
item.price.toString(), item.price.toString(),
item.qty.toString(), "Pengeluaran",
"", "",
SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.getDefault()).format(System.currentTimeMillis()) SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.getDefault()).format(System.currentTimeMillis())
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment