mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
2801-опция для перетаскивания строк в черновике.
пофиксил синк накладных свайп убрал внешний номер теперь ок
This commit is contained in:
@@ -211,7 +211,7 @@ func (s *Service) syncInvoices(c rms.ClientI, serverID uuid.UUID, force bool) er
|
||||
return err
|
||||
}
|
||||
if lastDate != nil {
|
||||
from = *lastDate
|
||||
from = lastDate.AddDate(0, 0, -7)
|
||||
} else {
|
||||
from = time.Now().AddDate(0, 0, -45)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user