File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/java/ru/evotor/framework/receipt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ru.evotor.framework.receipt
33import android.net.Uri
44
55object PositionTable {
6- @JvmField val URI = Uri .withAppendedPath(ReceiptApi .BASE_URI , " Position " )
6+ @JvmField val URI = Uri .withAppendedPath(ReceiptApi .BASE_URI , " position " )
77 const val ROW_POSITION_UUID = " POSITION_UUID"
88 const val ROW_PARENT_POSITION_UUID = " PARENT_POSITION_UUID"
99 const val ROW_PRODUCT_UUID = " PRODUCT_UUID"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ru.evotor.framework.inventory.ProductType
77import java.math.BigDecimal
88
99object ReceiptApi {
10- const val AUTHORITY = " ru.evotor.receipt"
10+ const val AUTHORITY = " ru.evotor.evotorpos. receipt"
1111
1212 @JvmField val BASE_URI = Uri .parse(" content://$AUTHORITY " )
1313
You can’t perform that action at this time.
0 commit comments