Pdf Viewer
This commit is contained in:
@@ -10,7 +10,8 @@ namespace BeWo
|
||||
FeatureCustomerWohnhilfe,
|
||||
FeatureWohnheimWohneinheit,
|
||||
FeatureAuswertungenQuittierungsbelege,
|
||||
FeatureDakota
|
||||
FeatureDakota,
|
||||
FeatureXRechnung
|
||||
}
|
||||
|
||||
public class DebugConfig
|
||||
@@ -130,6 +131,15 @@ namespace BeWo
|
||||
Profilename = "5000000000"
|
||||
});
|
||||
|
||||
name2config.Add("FeatureXRechnung",
|
||||
new DebugConfig()
|
||||
{
|
||||
DebugConfigMode = DebugConfigMode.FeatureXRechnung,
|
||||
AutoLogin = true,
|
||||
SelectView = UIContext.Finance,
|
||||
SelectIndex = 7,
|
||||
});
|
||||
|
||||
return name2config;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user