Skip to content

Commit

Permalink
[ 仕様変更 ] 単位未入力の場合でも数値を表示するように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed May 14, 2024
1 parent 3cec588 commit 4f156cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ GitHub : https://github.com/vektor-inc/BillVektor

== Changelog ==

[ 微修正 ] 編集画面での税込 / 税抜及び消費税率の状態を見やすく
[ 仕様変更 ] 単位未入力の場合でも数値を表示するように変更
[ 微調整 ] 編集画面での税込 / 税抜及び消費税率の状態を見やすく

1.11.1
[ 不具合修正 ] インボイス対応版での表の項目の並び替え不具合修正
Expand Down
2 changes: 1 addition & 1 deletion template-parts/doc/table-price.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

if ( ! empty( $bill_item['name'] ) &&
! empty( $bill_item['count'] ) &&
! empty( $bill_item['unit'] ) &&
// ! empty( $bill_item['unit'] ) &&
! empty( $bill_item['price'] ) &&
! empty( $bill_item['tax-rate'] ) &&
! empty( $bill_item['tax-type'] )
Expand Down

0 comments on commit 4f156cf

Please sign in to comment.