Skip to content

Commit c6a6456

Browse files
Restored forgotten call to attribute value clean (#41087)
1 parent f8ebf92 commit c6a6456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/clusters/commodity-tariff-server/commodity-tariff-server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ void Instance::ResetCurrentAttributes()
261261
mCurrentDayEntry.SetNull();
262262
mNextDayEntry.SetNull();
263263
mCurrentDayEntryDate.SetNull();
264+
mNextDayEntryDate.SetNull();
264265

265266
mCurrentTariffComponents_MgmtObj.Cleanup();
266267
mNextTariffComponents_MgmtObj.Cleanup();

0 commit comments

Comments
 (0)