mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
feat: Offer Display
- Added offers section in website item - Added more roles to website item - Fixed attachment limit issue in website item - Created Website Offer child doctype - Added offers listing in Item full page view - style fixes
This commit is contained in:
@@ -771,3 +771,11 @@ body.product-page {
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.offer-container {
|
||||
border: 1px solid var(--gray-300);
|
||||
border-style: dashed;
|
||||
border-radius: 4px;
|
||||
padding: 6px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user