move staging to container

This commit is contained in:
2025-01-31 23:44:11 -05:00
parent 4464743639
commit 9fb77e8a5d
48 changed files with 948 additions and 899 deletions

View File

@ -50,7 +50,6 @@ defmodule CanneryWeb.ExportControllerTest do
"notes" => pack.notes,
"price_paid" => pack.price_paid,
"lot_number" => pack.lot_number,
"staged" => pack.staged,
"used_count" => ActivityLog.get_used_count(current_user, pack_id: pack.id),
"original_count" => pack |> Ammo.get_original_count(current_user),
"cpr" => pack |> Ammo.get_cpr(current_user),
@ -103,6 +102,7 @@ defmodule CanneryWeb.ExportControllerTest do
"id" => container.id,
"location" => container.location,
"name" => container.name,
"staged" => container.staged,
"tags" => [
%{
"id" => tag.id,