test #20

Merged
klaus merged 6 commits from test into main 2023-08-29 07:33:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 29c9460362 - Show all commits

View File

@ -42,7 +42,7 @@ data class Order(
var audioContent: AudioContent? = null var audioContent: AudioContent? = null
set(value) { set(value) {
can = if (type == OrderType.RENTAL) { can = if (type == OrderType.RENTAL) {
ceil(value?.price!! * 0.7).toInt() ceil(value?.price!! * 0.6).toInt()
} else { } else {
value?.price!! value?.price!!
} }