Commit 9414ab18 by 朱继来

添加公司普通发票

parent 1407794a
Showing with 2 additions and 1 deletions
......@@ -234,8 +234,9 @@
<td>
<?php
switch ($order_invoice_info['inv_type']) {
case 2: echo '普通发票';break;
case 2: echo '个人普通发票';break;
case 3: echo '增值税发票';break;
case 4: echo '公司普通发票';break;
}
?>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment