+ Timeout logout
+ Pred kreiranjem povpraševanja vprašaj za partnerja + Prikaz TOP 100 (predolgo nalaga) + Dodaj Sorovec na Urejanje Artikla (zadnji surovec) + V Urejanju artikla popravi opis v pot dokumentov + Kooperant
This commit is contained in:
@@ -172,6 +172,9 @@ namespace EveryThing.Pages.Invoices
|
||||
case Invoice.InvoiceType.DeliveryNote:
|
||||
Translation.InvoiceType = "Dobavnica";
|
||||
break;
|
||||
case Invoice.InvoiceType.Cooperation:
|
||||
Translation.InvoiceType = "Kooperacija";
|
||||
break;
|
||||
default:
|
||||
Translation.InvoiceType = "Faktura";
|
||||
break;
|
||||
@@ -231,6 +234,9 @@ namespace EveryThing.Pages.Invoices
|
||||
case Invoice.InvoiceType.DeliveryNote:
|
||||
Translation.InvoiceType = "Lieferschein";
|
||||
break;
|
||||
case Invoice.InvoiceType.Cooperation:
|
||||
Translation.InvoiceType = "Zusammenarbeit";
|
||||
break;
|
||||
default:
|
||||
Translation.InvoiceType = "Faktura";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user