From 27da568a13819c35c7eb66dbffb937990dd062b4 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 4 Mar 2026 19:35:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=88=AC=EC=95=BD=20=EC=A7=80=EB=8F=84?= =?UTF-8?q?=EC=84=9C=20=EC=9D=B8=EC=87=84=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 이모지(🐾) 제거 → 프린터 호환성 - '동물약 안내서' → '투약 지도서'로 변경 - 청춘약국/전화번호 중앙 정렬 수정 (48자 기준) --- backend/app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/app.py b/backend/app.py index b989b3b..2e71af0 100644 --- a/backend/app.py +++ b/backend/app.py @@ -6520,10 +6520,10 @@ def api_animal_drug_info_print(): LINE = "=" * 48 THIN = "-" * 48 - # 텍스트 메시지 생성 + # 텍스트 메시지 생성 (48자 기준 중앙정렬) message = f""" {LINE} - 🐾 동물약 안내서 + [ 투약 지도서 ] {LINE} {pg_product_name} @@ -6571,8 +6571,8 @@ def api_animal_drug_info_print(): message += f""" {LINE} - 청 춘 약 국 - Tel: 033-481-5222 + 청 춘 약 국 + Tel: 033-481-5222 """ # 네트워크 프린터로 인쇄 (pos_printer 사용)