20260319a: Auto-refresh recipe archive after save, Bring spec uses product name not brand

This commit is contained in:
dadaloop82
2026-03-19 13:18:35 +00:00
parent b8528f79a9
commit 11a703d274
4 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -742,8 +742,8 @@ function useFromInventory(PDO $db): void {
// Already on the list, skip adding
$addedToBring = false;
} else {
// Build specification from brand
$spec = $product['brand'] ? $product['brand'] : '';
// Build specification from product name (variant info, not brand)
$spec = $product['name'] ? $product['name'] : '';
$body = http_build_query([
'uuid' => $listUUID,
'purchase' => $bringName,