Skip to content

Commit

Permalink
Merge pull request #2867 from devlab-oy/satu/SEK_finvoicet
Browse files Browse the repository at this point in the history
Pitää olla TULOSTUSPALVELU
  • Loading branch information
juppe committed Feb 5, 2016
2 parents 331e7cc + b0ca5be commit 38a12aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion tilauskasittely/verkkolasku_finvoice.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ if (!function_exists('finvoice_otsik')) {
$tulostuspalvelu = "";
break;
}


// Trustkapitalilla pitä olla TULOSTUSPALVELU
if ($senderintermediator == '003723327487' and $yhtiorow['verkkolasku_lah'] == 'trustpoint') {
$tulostuspalvelu = "TULOSTUSPALVELU";
}

// Aloitellaan aineiston luontia. Kaikki tiedot pitää olla kunnossa, tai chn 112 "Pupesoft-Finvoice: Verkkolasku Pupesoftista-Pupesoftiin"
if (($senderpartyid != "" and $senderintermediator != "" and $tulostuspalvelu != "") or $lasrow["chn"] == "112") {

Expand Down
5 changes: 4 additions & 1 deletion tilauskasittely/verkkolasku_finvoice_201.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ if (!function_exists('finvoice_otsik')) {
$tulostuspalvelu = "";
break;
}

// Trustkapitalilla pitä olla TULOSTUSPALVELU
if ($senderintermediator == '003723327487' and $yhtiorow['verkkolasku_lah'] == 'trustpoint') {
$tulostuspalvelu = "TULOSTUSPALVELU";
}
// Aloitellaan aineiston luontia. Kaikki tiedot pitää olla kunnossa, tai chn 112 "Pupesoft-Finvoice: Verkkolasku Pupesoftista-Pupesoftiin"
if (($senderpartyid != "" and $senderintermediator != "" and $tulostuspalvelu != "") or $lasrow["chn"] == "112") {

Expand Down

0 comments on commit 38a12aa

Please sign in to comment.