Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
calmethod
calmethod
Letzte Aktualisierung: 2007-09-18
Nutzungshäufigkeit: 2
Qualität:
aggiungere la seguente istruzione sql per aggiornare la tabella calmethod:
add the following sql statement to update the calmethod table:
Letzte Aktualisierung: 2007-09-27
Nutzungshäufigkeit: 3
Qualität:
con il nuovo id calmethod (ricavato dall'operazione precedente) per il negozio:
table with the new calmethod id (obtained from above) for the store:
Letzte Aktualisierung: 2007-09-27
Nutzungshäufigkeit: 3
Qualität:
insert into calmethod (calmethod_id, storeent_id, calusage_id, taskname, description, subclass, name) values ((select coalesce((min(calmethod_id)-1),1) from calmethod), <i>id_negozio</i> , -3 'com.ibm.commerce.isv.kit.tax.applycalculationusagetikcmd', 'default method for calculation taxes using <i>taxcompany</i>', 12, 'applycalculationusagetik')
insert into calmethod (calmethod_id, storeent_id, calusage_id, taskname, description, subclass, name) values ((select coalesce((min(calmethod_id)-1),1) from calmethod), <i>store_id</i> , -3 'com.ibm.commerce.isv.kit.tax.applycalculationusagetikcmd', 'default method for calculation taxes using <i>taxcompany</i>', 12, 'applycalculationusagetik')
Letzte Aktualisierung: 2007-09-27
Nutzungshäufigkeit: 2
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung