Fix default creazione nuova risorsa x ordine

This commit is contained in:
Samuele Locatelli
2023-11-23 17:44:04 +01:00
parent cdaa56a32e
commit dc587b5aeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ namespace SHERPA.BBM.UI.Pages
CORE.DbModels.ResourcesModel newRecord = new CORE.DbModels.ResourcesModel()
{
DocId = currDoc.DocId,
ItemId = 1,
ItemId = 0,
QtyOff = 1,
QtyPrev = 1,
UnitPriceOff = 1,
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<UserSecretsId>60fcdaab-6c1e-4bec-9d88-f7727ef1c12c</UserSecretsId>
<ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
<Version>2.0.2311.2117</Version>
<Version>2.0.2311.2317</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Copyright>Egalware 2021+</Copyright>