Ajout de Promotion et de Commande fonctionnel

This commit is contained in:
Aubert Marvin
2026-04-25 16:04:54 +02:00
parent 9dbe74a0dc
commit b3062f8681
13 changed files with 833 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ function docToBookPayload(doc) {
? doc.first_publish_year
: new Date().getFullYear(),
genre: Array.isArray(doc.subject) ? doc.subject[0] : '',
price: 10,
read: false,
}
}