Исправил сохранение после продажи
This commit is contained in:
parent
6a68de1873
commit
0f604b38fe
@ -142,7 +142,9 @@ namespace LawFirmFileImplement.Implements
|
||||
MaxCountDocuments = shop.MaxCountDocuments,
|
||||
ShopDocuments = documents
|
||||
});
|
||||
source.SaveShops();
|
||||
return true;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -155,6 +157,7 @@ namespace LawFirmFileImplement.Implements
|
||||
MaxCountDocuments = shop.MaxCountDocuments,
|
||||
ShopDocuments = documents
|
||||
});
|
||||
source.SaveShops();
|
||||
}
|
||||
|
||||
if (count > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user