Skip to content

Commit

Permalink
🚑 pos_invoice_pay: fixed css for printing invoice receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Oct 24, 2019
1 parent e9eb294 commit 37da286
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pos_invoice_pay/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "Point of Sale",
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-invoice-pay?version=12.0",
"images": ["images/pos_invoice_pay_main.png"],
"version": "12.0.1.2.4",
"version": "12.0.1.2.5",
"application": False,

"author": "IT-Projects LLC, Artyom Losev",
Expand Down
5 changes: 5 additions & 0 deletions pos_invoice_pay/doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
`1.2.5`
-------

**Fix:** "Print Receipt" printed unwanted buttons

`1.2.4`
-------

Expand Down
6 changes: 3 additions & 3 deletions pos_invoice_pay/static/src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ tr.sale-order {
.pos .pos-topheader,
.pos .pos-leftpane,
.pos .keyboard_frame,
.pos .receipt-screen header,
.pos .receipt-screen .top-content,
.pos .receipt-screen .centered-content .button {
.pos .invoice-receipt-screen header,
.pos .invoice-receipt-screen .top-content,
.pos .invoice-receipt-screen .centered-content .button {
display: none !important;
}
.pos,
Expand Down

0 comments on commit 37da286

Please sign in to comment.