From 46826006c29559776055282269418b9d599a764f Mon Sep 17 00:00:00 2001 From: Stephane Date: Tue, 24 Jun 2025 13:44:56 +0300 Subject: [PATCH] nif stat --- lib/Views/commandManagement.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Views/commandManagement.dart b/lib/Views/commandManagement.dart index 159a5a2..2cc02cd 100644 --- a/lib/Views/commandManagement.dart +++ b/lib/Views/commandManagement.dart @@ -397,7 +397,8 @@ class _GestionCommandesPageState extends State { pw.Text('🌐 www.guycom.mg', style: tinyTextStyle), pw.SizedBox(height: 1), // Ajout du NIF - pw.Text('NIF: 1026/GC78-20-02-22', + pw.Text( + 'NIF: 4000106673 - STAT 95210 11 2017 1 003651', style: pw.TextStyle( fontSize: 5, fontWeight: pw.FontWeight.bold)),