Skip to content

Commit

Permalink
Advanced settings sync payments field added
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Nov 14, 2023
1 parent f2bd1b4 commit f02031b
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated by Django 4.1.2 on 2023-11-14 09:46

from django.db import migrations
import sage_desktop_api.models.fields


class Migration(migrations.Migration):

dependencies = [
('workspaces', '0003_remove_advancedsetting_schedule_id_and_more'),
]

operations = [
migrations.AddField(
model_name='advancedsetting',
name='sync_sage_300_to_fyle_payments',
field=sage_desktop_api.models.fields.BooleanFalseField(default=False, help_text='Sync sage 300 to fyle payments'),
),
]

0 comments on commit f02031b

Please sign in to comment.