Skip to content

Commit

Permalink
Merge pull request #31 from sonikf/patch-1
Browse files Browse the repository at this point in the history
Fix php warnings
  • Loading branch information
evansgl authored Jan 3, 2024
2 parents fecbc91 + 4c71ca3 commit ed16430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mydata/mydatalist/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
//Invoice Types
//8.8 Κωδικός Κατηγορίας Χαρακτηρισμού Εσόδων
//8.1 Είδη παραστατικών – Σελ42
define("INV_TYPE_GR", $conf->global->MYDATA_INV_TYPE_GR); // Invoice Type GR
define("INV_TYPE_EU", $conf->global->MYDATA_INV_TYPE_EU); // Invoice Type EU
define("INV_TYPE_3RD", $conf->global->MYDATA_INV_TYPE_3RD); // Invoice Type 3RD COUNTRIES
//define("INV_TYPE_GR", $conf->global->MYDATA_INV_TYPE_GR); // Invoice Type GR
//define("INV_TYPE_EU", $conf->global->MYDATA_INV_TYPE_EU); // Invoice Type EU
//define("INV_TYPE_3RD", $conf->global->MYDATA_INV_TYPE_3RD); // Invoice Type 3RD COUNTRIES

//8.3 Κατηγορία Αιτίας Εξαίρεσης ΦΠΑ
if (isset($conf->global->MYDATA_VAT_EXEMP_CATEG_GR))
Expand Down

0 comments on commit ed16430

Please sign in to comment.