Subversion Repositories SmartDukaan

Rev

Rev 35585 | Rev 35629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35585 Rev 35587
Line 659... Line 659...
659
        }
659
        }
660
 
660
 
661
        // 0️⃣ Thought of the Day (virtual bulletin)
661
        // 0️⃣ Thought of the Day (virtual bulletin)
662
        BulletinOfferModal thoughtModal = new BulletinOfferModal();
662
        BulletinOfferModal thoughtModal = new BulletinOfferModal();
663
        thoughtModal.setOfferId(0L); // dummy
663
        thoughtModal.setOfferId(0L); // dummy
664
        thoughtModal.setTitle("💡 Thought of the Day");
-
 
665
        thoughtModal.setDescription(SalesThoughtConstants.getTodayThought());
664
        thoughtModal.setDescription(SalesThoughtConstants.getTodayThought());
666
        thoughtModal.setCreatedAt(LocalDateTime.MAX); // IMPORTANT → always first
665
        thoughtModal.setCreatedAt(LocalDateTime.MAX); // IMPORTANT → always first
667
        thoughtModal.setCreatedTime("");
666
        thoughtModal.setCreatedTime("");
668
        thoughtModal.setCatalogOffer(false);
667
        thoughtModal.setCatalogOffer(false);
669
        thoughtModal.setCreatedBy("SYSTEM");
668
        thoughtModal.setCreatedBy("SYSTEM");