3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 16:25:39 +00:00

Add seats to transformer

This commit is contained in:
Marcus Moore
2025-12-15 17:31:56 -08:00
parent 6f77e96998
commit 6947672046

View File

@ -343,7 +343,7 @@ class ActionlogsTransformer
}
// only a few action types will have a quantity we are interested in.
if (!in_array($actionlog->action_type, ['checkout', 'accepted', 'declined', 'checkin from'])) {
if (!in_array($actionlog->action_type, ['checkout', 'accepted', 'declined', 'checkin from', 'add seats', 'delete seats'])) {
return null;
}