This commit is contained in:
paoloar77
2024-12-22 19:31:16 +01:00
parent e128715bd9
commit 694e027640

View File

@@ -972,9 +972,6 @@ function findInsideProduct(array $prodotto, string $miocampo): ?string
class ArticleFormatter class ArticleFormatter
{ {
private const QTA_MINIMA_PER_PREVENDITA = 5; // Assuming this was defined elsewhere
private const CAMPO_PREORDINE = 'preorder'; // Assuming this was defined elsewhere
public static function getArticleRow($article, $index, $separator) public static function getArticleRow($article, $index, $separator)
{ {
try { try {