diff --git a/PROMS/fmtxml/AppendPlantSpecific.cs b/PROMS/fmtxml/AppendPlantSpecific.cs index c731eff6..b25ea308 100644 --- a/PROMS/fmtxml/AppendPlantSpecific.cs +++ b/PROMS/fmtxml/AppendPlantSpecific.cs @@ -783,6 +783,9 @@ namespace fmtxml case "WEPENB.PAG": AddWEPENBPage(ref pgstyles); break; + case "BGEEOP.PAG": + AddBGEEOPPage(ref pgstyles); + break; } }