Skip to content

Commit

Permalink
boaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenBloodDev committed Sep 27, 2023
1 parent a015119 commit 5f6ef1c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/monats_umsatz.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
<?php

$monat_umsatz = [
"Januar" => 27,
"Februar" => 18,
"März" => 12,
"April" => 13,
"Mai" => 15,
"Juni" => 20,
"Juli" => 785,
"August" => 245,
"September" => 715,
"Oktober" => 295,
"November" => 67,
"Dezember" => 45
"Januar" => 27000,
"Februar" => 18000,
"März" => 12000,
"April" => 13000,
"Mai" => 15000,
"Juni" => 20000,
"Juli" => 785000,
"August" => 245000,
"September" => 715000,
"Oktober" => 295000,
"November" => 67000,
"Dezember" => 91000
];


Expand Down

0 comments on commit 5f6ef1c

Please sign in to comment.