Auftraggeber wird in protokoll mit abgebildet
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SanSystem
|
||||
|
||||
void BuildBericht(List<Inspektionsobjekt> list)
|
||||
{
|
||||
Hashtable grundDaten = MakeProtokoll("");
|
||||
Hashtable grundDaten = MakeProtokoll("",null);
|
||||
|
||||
DataTable inliner = getMassenTableInliner();
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace SanSystem
|
||||
frmOptions.ShowDialog();
|
||||
}
|
||||
|
||||
public Hashtable MakeProtokoll(string destinationPath)
|
||||
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt)
|
||||
{
|
||||
Hashtable grundDaten = new Hashtable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user