Fix default creazione nuova risorsa x ordine
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user