Patch level : 12.0 1038
Files correlati : cg2.exe Commento : Corretta registrazione saldaconto note di accredito in split payment
This commit is contained in:
parent
aa0da89f70
commit
b67947a606
@ -1806,8 +1806,8 @@ void TPrimanota_application::set_has_f1_db(TMask* m)
|
||||
{
|
||||
if (m->find_by_id(F_DATAREG) != nullptr && !m->get(F_DATAREG).empty())
|
||||
{
|
||||
if (TDate(m->get(F_DATAREG)) >= TDate(fp_settings().get_data_start_fatt()))
|
||||
_isf1 = has_module(F1AUT) && !fp_settings().get_db_indirizzo().empty();
|
||||
if (TDate(m->get(F_DATAREG)) >= TDate(get_data_start_fatt()))
|
||||
_isf1 = has_module(F1AUT) && !get_db_indirizzo().empty();
|
||||
else
|
||||
_isf1 = false;
|
||||
_is_set_fpcheck = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user