diff --git a/app/Exports/Purchases/Sheets/BillItems.php b/app/Exports/Purchases/Sheets/BillItems.php index 983e31450..4163ee777 100644 --- a/app/Exports/Purchases/Sheets/BillItems.php +++ b/app/Exports/Purchases/Sheets/BillItems.php @@ -34,6 +34,7 @@ class BillItems extends Export 'bill_number', 'item_name', 'item_description', + 'item_type', 'quantity', 'price', 'total',