feat: refs #7922 scanOrder

This commit is contained in:
Sergio De la torre 2024-11-22 06:30:45 +01:00
parent de57f6b132
commit 1996cce12f
4 changed files with 4 additions and 1 deletions

View File

@ -108,7 +108,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:text="Orden:"
android:text="@string/register"
android:textColor="@color/verdnatura_white"
android:textSize="@dimen/delivery_body_2" />

View File

@ -910,6 +910,7 @@
<string name="supplierSearch">Escribe proveedor</string>
<string name="entrySearch">Escribe entrada</string>
<string name="snack">Merienda</string>
<string name="register">Registro:</string>
</resources>

View File

@ -910,5 +910,6 @@
<string name="supplierSearch">Escribe proveedor</string>
<string name="entrySearch">Escribe entrada</string>
<string name="snack">Merienda</string>
<string name="register">Registro:</string>
</resources>

View File

@ -913,5 +913,6 @@
<string name="supplierSearch">Escribe proveedor</string>
<string name="entrySearch">Escribe entrada</string>
<string name="snack">Merienda</string>
<string name="register">Registro:</string>
</resources>