Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1.         if ($custom_fields['invoice']['Bedrijf']) {
  2.             echo '<div>' . $custom_fields['invoice']['Bedrijf']. '</div>';
  3.         }
  4.         if ($custom_fields['invoice']['Tav']) {
  5.             echo '<div>T.a.v. ' . $custom_fields['invoice']['Tav']. '</div>';
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement